dbTalk Databases Forums  

Is there a Attach/De-attach Function on SQL2005 ?

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


Discuss Is there a Attach/De-attach Function on SQL2005 ? in the microsoft.public.sqlserver.dts forum.



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

Default Is there a Attach/De-attach Function on SQL2005 ? - 12-06-2005 , 04:52 AM






Guys,
Today I have a SQL2000 DB running on a Windows2003 server.
I wanna move this DB to a new Server where I also have Windows 2003 Server,
but in this new server I have a SQL2005 version instead SQL2000.
My question:
Is there any tool or Function on the SQL2005 like Attach/De-attach that I
can use to move the SQL2000 DB to the new server with SQL2005? Note that I'm
trying avoid down the DB, export or dump and Import in the new server. This
entire process can take a long time...
Is there a best way to do this avoiding a big Outage ?
Thanks in advance,
Fabio

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Is there a Attach/De-attach Function on SQL2005 ? - 12-06-2005 , 09:12 AM






In SQL Server 2005 Books Online, see the topic -

How to: Upgrade a Database Using Detach and Attach (Transact-SQL)
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/99f66ed9-3a75-4e38-ad7d-6c27cc3529a9.htm

You can use detach and attach to upgrade databases, apart from system
databases.

There is a whole section in Books Online, Upgrading to SQL Server, I suggest
you have a read of that.

--
Darren Green
http://www.sqldts.com
http://www.sqlis.com

"Monteiro" <Monteiro (AT) discussions (DOT) microsoft.com> wrote

Quote:
Guys,
Today I have a SQL2000 DB running on a Windows2003 server.
I wanna move this DB to a new Server where I also have Windows 2003
Server,
but in this new server I have a SQL2005 version instead SQL2000.
My question:
Is there any tool or Function on the SQL2005 like Attach/De-attach that I
can use to move the SQL2000 DB to the new server with SQL2005? Note that
I'm
trying avoid down the DB, export or dump and Import in the new server.
This
entire process can take a long time...
Is there a best way to do this avoiding a big Outage ?
Thanks in advance,
Fabio



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.