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
 SQL Server Administration (2000)
 Copy database wizard

Author  Topic 

ButchieZ
Starting Member

7 Posts

Posted - 2004-07-15 : 16:49:07
I have a SQL server 2KEE default instance running on a windows 2003 server. I am trying to use the copy database wizard to upgrade a database runing on SQL 7 on NT4. The databases is running in 6.5 comp. mode. When I run the wizard the logins and the database fail with the following message:


Step Error Source: Microsoft Data Transformation Services (DTS) Package
Step Error Description:Unspecified error

Step Error code: 80004005
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:1100

Any one have any ideas?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-07-15 : 16:57:31
Instead of using the copy database wizard, you can either detach/attach or backup/restore to upgrade to 2000.

Tara
Go to Top of Page

ButchieZ
Starting Member

7 Posts

Posted - 2004-07-16 : 12:15:39
Thanks
Was not sure if those would work with the database being in 6.5 comp mode.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-07-16 : 13:02:27
Even if it is a problem, you can just switch the compatibility mode to 70 since you are doing the upgrade anyway.

Tara
Go to Top of Page
   

- Advertisement -