Friday, February 17, 2012

Copy table and/or records from SQL Server 2000 to 2005 Express

How can I copy a table from my sql server 2000 db to my sql server 2005 express edition?

I have a project in VS.NET 2005 and I have a db in App_Data folder. However, when I look into that folder, there is nothing visible. I now need to copy a table from my existing sql server 2000 to my db located in my project's App_Data folder.

Any help would be appreciated..

Regards,

You can use the DTS to do that.

Also, use the SQL managment Studio (enterprise manager in sql 2000) to manipulate MSSQL 2005

http://www.microsoft.com/downloads/details.aspx?FamilyID=82afbd59-57a4-455e-a2d6-1d4c98d40f6e&DisplayLang=en

Regards

No comments:

Post a Comment