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.
| 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) PackageStep Error Description:Unspecified errorStep Error code: 80004005Step Error Help File:sqldts80.hlpStep Error Help Context ID:1100Any 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 |
 |
|
|
ButchieZ
Starting Member
7 Posts |
Posted - 2004-07-16 : 12:15:39
|
| ThanksWas not sure if those would work with the database being in 6.5 comp mode. |
 |
|
|
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 |
 |
|
|
|
|
|