Backing up a SQL Server 2005 database on SQL Server 2000 EE
I have created a large database in SQL Server 2005 Developers Edition, and I intend to put my backup on SQL Server 2000 Enterprise Edition. Is there an easy way to go about this procedure?

Software/Hardware used:
ASKED: September 11, 2008  5:42 PM
UPDATED: September 18, 2008  12:18 PM

Answer Wiki:
To backup your MS SQL Server 2000 database, please follow these steps: 1. Open Enterprise Manager. 2. Connect to your MS SQL Server 2000 database. 3. Right-click your database, expand All Tasks and select Backup Database. 4. Under Backup, select Database - complete. 5. Under Destination, click Add. 6. Enter the path and file name for the backup file. 7. Click OK. 8. Review the settings for the backup. 9. Click OK to begin the backup. The instructions above will create a complete backup of your database. This is the recommended method to ensure that all data is backed up. You will want to use the <a href="http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-the-backup-database-command/">BACKUP DATABASE</a> and <a href="http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-the-restore-database-command/">RESTORE DATABASE</a> commands to backup the database, and then restore it to the second machine.
Last Wiki Answer Submitted:  September 18, 2008  12:18 pm  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.