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)
 Migrating Server 7.0 databases to Server 2000

Author  Topic 

smittydotbat
Starting Member

2 Posts

Posted - 2007-03-29 : 15:30:37
I must warn whomever reads this as I am a noob when it comes to administering SQL.

I have been trying to take a collection of databases from MSSQL 7.0 and copy them over to MSSQL 2000 using the "Database Copy Wizard".

The server with 7.0 is running on NT 4.0. Server 2000 is running on WinServer 2003.

During the copy phase, I receive the following error:

Step Error Source: Microsoft Data Transformation Services (DTS) PKG
Step Error Description: Unspecified Error
Step Error Code: 800004005
Step Error Help File: sqldts80.hlp
Step Error Help Contect ID: 1100

Has anyone ever encountered this?

For the databases that actually make it over to the new box, they seem to have orphaned the security logins & permissions (doesn't show default database or login name).

Besides copying over the databases, is there a way to copy the security *stuff* over as well?



bryan_smith@lordandtaylor.com

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2007-03-29 : 15:35:54
why bother with 2000?

2005 has been out for 2 years now, sp2 is available...


www.elsasoft.org
Go to Top of Page

smittydotbat
Starting Member

2 Posts

Posted - 2007-03-30 : 08:36:25
quote:
Originally posted by jezemine

why bother with 2000?

2005 has been out for 2 years now, sp2 is available...


www.elsasoft.org



Can you easily go from 7.0 to 2005?
I will check and see if we have a license for 2005 in the meantime.

bryan_smith@lordandtaylor.com
Go to Top of Page

readysetstop
Posting Yak Master

123 Posts

Posted - 2007-03-30 : 11:49:01
Upgrade from 7 to 2k5 is supported.

Looks like an 'access denied' error. Check your permissions.
Go to Top of Page
   

- Advertisement -