Select the product you need help with
How to back up the last transaction log when the master and the database files are damaged in SQL ServerArticle ID: 253817 - View products that this article applies to. This article was previously published under Q253817 On This PageSUMMARY You can back up the currently active transaction log even if
the database file is damaged, provided that the transaction log file is still
available. On Microsoft SQL Server 7.0, both the primary data file and the
transaction log files must be available in order for you to back up the last active transaction
log. If the master database is also damaged, you can rebuild and restore the master database first, and then back up the last active transaction log
of the unavailable database. For example, both the data file and the master
device might be on damaged media. However, if a master database backup is not available, you can back up the last active
transaction log of the database by using the method that is discussed in this
article, provided that both the primary data file and the transaction log files
are available on SQL Server 7.0. Note To do to this in Microsoft SQL Server 2000 or in Microsoft SQL Server 2005, only the transaction log file must be available. Note The Rebuild Master utility is implemented differently in Microsoft SQL Server 2000 64 bit. In SQL Server 2000 64 bit, SQL Server takes advantage of the self-repairing features that are provided by Microsoft Windows Installer. Additionally, the REINSTALL property and the REINSTALLMODE property on the Setup command line are available to explicitly rebuild the registry, reinstall corrupted files or missing files, reinstall corrupted shortcuts or missing shortcuts, and rebuild the master databases. These properties can be specified on the command line or in an .ini file. Back up the last transaction log in SQL Server 2000 or in SQL Server 2005In SQL Server 2000 and in SQL Server 2005, if the master database and the data file of a user database are bad, but the transaction log file of the database is still available, you can still back up the last active transaction log of the database to reduce the loss of data. If the master database is not bad, see the "Backup log" topic in SQL Server Books Online.To back up the last transaction log in SQL Server 2000 or in SQL Server 2005, follow these steps:
Back up the last transaction log in SQL Server 7.0To back up the last active transaction log in SQL Server 7.0, follow these steps:
PropertiesArticle ID: 253817 - Last Review: September 11, 2006 - Revision: 6.6 APPLIES TO
| Article Translations |


Back to the top








