Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upgrading from MSDE to SQL 7.0

Status
Not open for further replies.

jamminjaymeyer

Programmer
May 23, 2001
88
US
I need to update from MSDE to SQL 7.0 because of size problems. Has anyone ever upgraded like this? How easy is it and have you had any problems. Is it easy to keep your data?

Thanks,
JamminJayMeyer
 
piece of cake. Do a backup on the database on MSDE and restore it to SQL Server. You will need to set up your security logins again however.
 
Is there a command to do this backup and restore. I don't seem to have any tools to do much in MSDE?

Thanks for the responce.
 
Create a T-SQL script to backup your MSDE database(s).

Terry L. Broadbent
faq183-874 contains some tips and ideas for posting questions in these forums. Please review it and comment if you have time.
NOTE: Reference to the FAQ is part of my signature and is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top