dbTalk Databases Forums  

SQL 2000 Database Copy Wizard DTS Error

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


Discuss SQL 2000 Database Copy Wizard DTS Error in the microsoft.public.sqlserver.dts forum.



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

Default SQL 2000 Database Copy Wizard DTS Error - 07-24-2006 , 03:00 AM






I am trying to setup a database copy DTS package to copy a database from one
server to another. I created the package via the database copy wizard and
everything looks ok.

However when I run the package I get an "Unspecified error" error after a
few minutes.

Does anyone have any suggestions on how I can correct this and get this
process working?

I am running SQL Server 2000 SP3 (source) and SP4 (destination) on Microsoft
Server 2003 Enterprise Edition.

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: SQL 2000 Database Copy Wizard DTS Error - 07-24-2006 , 12:59 PM






Hello John,

Personally if I was doing this I would use BACK and RESTORE or sp_detach_db
, COPY OVER and sp_attach_db

I find this infinitely quicker and less trouble.


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
I am trying to setup a database copy DTS package to copy a database
from one server to another. I created the package via the database
copy wizard and everything looks ok.

However when I run the package I get an "Unspecified error" error
after a few minutes.

Does anyone have any suggestions on how I can correct this and get
this process working?

I am running SQL Server 2000 SP3 (source) and SP4 (destination) on
Microsoft Server 2003 Enterprise Edition.




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.