News

Joey on SQL Server Making Managed Instance Better with NoRecovery By Joey D'Antoni 03/25/2022 ...
If the transaction log file is corrupted or missing, you need to restore it. In this article, we’ll discuss how to rebuild SQL database when log file is corrupt. Causes for Corrupt SQL Transactional ...
If you have accidently deleted data from database tables in MS SQL Server, you can restore the deleted data (tables) using Log Sequence Number (LSN). But for this, you need the transaction backup file ...
In SQL Server 2005 and later, you can create a transaction log backup while a full or differential backup is occurring, but the log backup will not truncate the log due to the fact that the entire ...
Transaction logs and broken databases A significant area of concern for us is how quickly the SQL transaction log databases are going to fill up.
Aaron also provides a great many links to other resources that discuss the inner workings of the SQL Server transaction log, ways to tune it for maximum performance, and ways to monitor the ...
Our normal practices for backing up SQL servers is to use the regular SQL backup tools to perform full, differential and transaction log backups and this has always worked fine. Recently we ...
Using the Transact SQL ALTER DATABASE statement to shrink the transaction log file Open SQL Server Management Studio (SSMS) and click Query Analyzer to open the Query Analyzer window.
I'm not a DBA - my knowledge of SQL is limited to install, uninstall, backup, restore, troubleshoot connectivity, that sort of thing. That said, one of the servers I manage has a database that ...
SQL Server, of course, keeps track of everything that affects data in a transaction log, which is periodically rolled over into backup files (at least, if you're being a conscientious DBA it is). But ...