dbTalk Databases Forums  

How to get a database from a sql server 2000 to a sql server 2005?

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss How to get a database from a sql server 2000 to a sql server 2005? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
rdufour
 
Posts: n/a

Default How to get a database from a sql server 2000 to a sql server 2005? - 09-07-2006 , 03:55 PM






How do you get a copy of a database from a sql 2000 server to a sql 2005
database with the same database name?
Thanks for any help.
Bob



Reply With Quote
  #2  
Old   
Hari Prasad
 
Posts: n/a

Default Re: How to get a database from a sql server 2000 to a sql server 2005? - 09-08-2006 , 07:56 AM






Hi,

2 methods:-

1. Backup the database in SQL 2000 using Backup Database and use Restore
Database in SQL 2005 using the same name,

2. Detach the database in SQL 2000, copy the MDF and LDF to SQL 2005 folder
and then attach using the same name

Thanks
Hari
SQL Server MVP

"rdufour" <bdufour (AT) sgiims (DOT) com> wrote

Quote:
How do you get a copy of a database from a sql 2000 server to a sql 2005
database with the same database name?
Thanks for any help.
Bob




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.