News

Apply Transaction Log Backups (SQL Server) [!INCLUDE SQL Server] The topic is relevant only for the full recovery model or bulk-logged recovery model. This topic describes applying transaction log ...
SQL Server transaction logs A transaction log is a sequential record of all changes made to the database while the actual data is contained in a separate file.
The SQL Server XTP Transaction Log performance object contains counters related to In-Memory OLTP transaction log activity in [!INCLUDE ssNoVersion]. This table describes the SQL Server XTP ...
Delayed durability offers something that many SQL Server professionals have wanted for years-the ability to disable transaction logging. Why turn off the transaction log? You can accelerate ...
Does anyone here know of a way to view the tranaction log in sql server 2000? I know you can use lumigent log explorer but I don't want to pay for a product that will allow this.
If the transaction log and database are in the same device you can't do a transaction log dump. In this case you need do a Truncate Log on Checkpoint. You also can't dump the log if the Select ...
If left alone, this ginormous transaction log file will continue to grow until it reaches the maximum size set by the SQL Server DBA, or until the physical drive containing the transaction log ...