90 pts.
 I need to move a sql 7.0 database to a different server running sql 2005.
What would be the best way to do that and will the jobs and DTS jobs come with the database? If not how can I move them also. Thanks for any suggestions.

Software/Hardware used:
ASKED: August 12, 2008  2:21 PM
UPDATED: August 13, 2008  1:26 AM

Answer Wiki:
The easiest way is to detach the database from the SQL 7 database server, move the database files to the new SQL 2005 server, and attach them. This will not bring over the logins, jobs or DTS packages. They will need to be manually moved over. The DTS packages will need to be moved over by manually opening each package and saving it to the SQL 2005 server. After you install the SQL 2005 client tools on your workstation you'll need to go and download the legacy SQL DTS editor so that you can edit the old packages and save them to the SQL 2005 server. The jobs can be scripted out and the script rerun on the SQL 2005 server. The logins can either be created by hand, or you can use DTS or the new SSIS to copy them over using the copy login object.
Last Wiki Answer Submitted:  August 13, 2008  1:26 am  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.

 64,520 pts.