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

how to do backup sql 2000

Status
Not open for further replies.

ccnet101

IS-IT--Management
Nov 29, 2001
62
HK
i know this is a ongoing tread, but does anyone have any good documents regarding how-to backup sql 2000, or any simple instruction...Thanks in advance
 
I work with SQL 2k on a regular basis at work. Whenever we populate from our Paradox database we make backups in three ways:
1) Right click on the database you wish to back up in the enterprise manager. Then go to all tasks. Then Backup Database. It's pretty simple. We make a backup of the database on the hard drive.
2) We then copy the back up file onto a CDRW.
3) We right click once again on the database we wish to backup. Then all tasks again. Then export. We then export all data and objects into another backup database existing on the same server.(you have to have the backup database already created)

That gives us with three backups. We also have another backup. Our production server. I work on the test server and then populate my work to the production server, so in essence when we do anything that might dammage data, we have four backups(five instances) of the database in existance. Two of which are on completely independant media.

good luck MYenigmaSELF
myenigmaself@yahoo.com
 
I suggest reading "Backing Up and Restoring Databases" in SQL Books Online. There are several related topics that should get you started. SQL BOL are also available at the Micsoft website.




Other resources include:



Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top