Article ID: 46424 - Last Review: March 2, 2005 - Revision: 3.2 INF: Copying SQL Database Files for Backup/Restore Purposes
This article was previously published under Q46424 SUMMARY
The following information describes different methods that can be used
to make copies of the database files such as master, model, tempdb,
and pubs, which can then be used with Backup or Restore.
MORE INFORMATION
Copies of the MASTER.DAT file (or the corresponding .MDF and .LDF files for SQL Server versions 7.0 and later) can be made with any reliable utility as
long as the database is shut down when the copy is made. Restoring
from such a backup is easier than using BLDMASTR and LOAD DATABASE,
especially if the master database is damaged. (The procedure for
restoring a damaged master database is complex if database devices
were added or deleted since the dump was taken or if databases were
created, dropped, or altered since the dump.) On the other hand, a
copy of MASTER.DAT could simply be restored and no special action
would be required.
Listed below are the advantages of using DUMP/LOAD:
If MASTER.DAT is copied while SQL Server is still running, many updated pages might not yet have been written to disk, resulting in an inconsistent image of the database. This is why DUMP/LOAD goes through SQL Server rather than accessing the disk files directly. | Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top