News

Every SQL Server database has at least two files; a data file and a transaction log file. The data file stores user and system data while the transaction log file stores all transactions and ...
If you don’t have a backup of your MS SQL database, then follow the below ways to recover deleted data. Transaction log files record each change made to the ...
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 transaction log contains enough ...
The transaction log file contains the SQL Server transactions of the database. It basically records the database transactions and the changes made by the transactions to the database. The logs are ...
Because all transactional work in a SQL Server database is dependent on the speed and I/O throughput of the transaction log, it’s not uncommon to find instances of SQL Server that perform poorly ...
It also means you haven’t read my blog article on how to ... SQL ALTER DATABASE statement to shrink the transaction log file Open SQL Server Management Studio (SSMS) and click Query Analyzer ...
I turned off the transaction log backup but forgot to move it and turn it on elsewhere, so of course the log file eventually filled up the 133GB space we'd allocated for logs. So...anyway I need ...
There isn’t a week that goes by that I don’t hear or read about ... and properly-sized transaction log files. Brian has specialized in Office 365, SharePoint, and SQL Server integration ...
He also provides detailed overviews of each database type and explains data file, table and index architecture, including a deep dive into details such as pages and columns. Read SQL Server 101 ...