Transit data from SQL Server express to SQL Server 2k

mentalhard

Well-known member
Joined
Aug 7, 2006
Messages
123
Programming Experience
Beginner
hello,
I hope i am posting in the forum that best suits my question. I am sorry if i picked up a wrong forum.
Ok, folowing this tutorial http://www.asp.net/learn/videos/view.aspx?tabid=63&id=6 i built a web site with new membership capabilities of ASP.NET 2.0.
Now i want to transit the data from SQL Server 2005 express to SQL Server 2000
do you have idea how to simplify it? sql server 2k is on hosting server (not on local/workstation computer where the project currently is)

Thank you :)
 
is it not possible to export the database as a backup in 2000 mode and import it into your host?
 
Back
Top