Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Copying database

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-01-31 : 08:53:22
Ali writes "How can I copy database from SQL server 2000 to SQL server 2005? where is the option in SQLserver 2005 to import/export?
thank you"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2006-01-31 : 08:54:00
Backing up the database and restoring it to the new server is the easiest and probably fastest way to do the job. The BACKUP and RESTORE commands are documented in Books Online.
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-01-31 : 09:01:57
Also refer
http://sqlteam.com/forums/topic.asp?TOPIC_ID=59414

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -