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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rebuilding SQL Server

Status
Not open for further replies.

Jesus

MIS
Jan 12, 1999
5
0
0
AU
I am preparing to wipe and reinstall our SQL server. Although, once it's wiped and NT/SQL are reinstalled, how do you go about getting the SQL tables and databases back into it?
 
a couple of ways here to do this. First is to make a backup of the data using an sql agent on backup package (Arcserve, etc.). This will allow you to make backup of the data in place and will allow you to restore it to a newly installed SQL server. The second was I know is to make a database dump using the SQL manager, making sure you do a complete dump of data and transactions. Actually make a couple of them just to be sure you have a copy of the data. To be completely sure, make a full backup of the server itself, with SQL services stopped, just in case (You can't have too many backups of your data here). You also want to document information from the database such as master db size and the databse device names and sizes log names etc. Everything that has been customized to the actual database. Make sure you can restore a copy of the dumpfile to the server and once you have sql re-installed and the devices and databases recreated, restore the data to the appropriate database name using database manager.<br>
<br>
Either way you do it, make lots and lots of backups, you can NEVER be too carefull...Trust technology but always protect you data..
 
Make sure that you back up and dump the master database last, prior to destroying the server and preparing for re-install. "Master is and master it will be"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top