5 pts.
 sql server 2000 how can i make backup 4 file only and restore
how can i make backup 4 file only and restore

Software/Hardware used:
ASKED: July 27, 2009  2:08 PM
UPDATED: July 28, 2009  6:52 AM

Answer Wiki:
You can backup SQL Server databases by using the <a href="http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-the-backup-database-command/">BACKUP DATABASE</a> T/SQL command. You can then restore the database using the <a href="http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-the-restore-database-command/">RESTORE DATABASE</a> command.
Last Wiki Answer Submitted:  July 28, 2009  6:52 am  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:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _