Question

  Asked: Mar 25 2008   11:46 AM GMT
  Asked by: Arlocoder


HOw do I restore a database from a backup in MS SQL Server 2000


Restore, Boomi, SQL Server backup, SQL Server 2000

I have no knowledge of MS SQL Server. Have software (BOOMI) that uses a database in this. I found a folder where the database is being backed up. i.e. there is a *.BAK file and hourly logs *.TRN. I need to update the boomi software and they say I need to make a back up of the database. If this is being done I don't want to duplicate anything. If worst case scenerio happens how do I restore the data base from these? Is there any possibility that the table indexes or unique numbers could be messed up from the restore? Not sure of how to state this, I'm an iseries DB2 programmer primarily. Inherited this and need assistance.

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



You'll want to use the BACKUP DATABASE command to create a backup of the database just before the upgrade.

If you needed to restore it would remove the database and recreate and repopulate it completely for the backup. There is no change of the indexes or unique numbers being messed up.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Storage and SQL Server.

Looking for relevant Storage Whitepapers? Visit the SearchStorage.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Mrdenny  |   May 14 2008  9:00AM GMT

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