News

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 ...
Locate the database that has the ginormous .ldf file, and use either of the following sets of steps to shrink the transaction log file down to a reasonable size: Using the Transact SQL ALTER ...
note that the SQL Server transaction log combines the functionality of Oracle’s archive and redo logs.) Because all transactional work in a SQL Server database is dependent on the speed and I/O ...
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 ...
But SQL Server itself provides you with no way to see what's in the transaction log. If something goes wrong with your database, you can restore from a backup -- but there's no way to see in ...
We have to perform this backup of the transaction log using either SQL ... If you put your databases in Simple Recovery Model, it tells the SQL Server CHECKPOINT process to write the transactions ...
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 ...
hi...<BR><BR>i have this problem with the sql server ver 6.5 ( i know i need to upgrade but $$ is not so kind to me at the moment :0)).<BR><BR>how to increase the Log ...
I have a transaction log that is around 16gigs I have started to do full database backups every night. To my understanding a full database backup will truncate the non active portion of the ...
But SQL Server itself provides you with no way to see what's in the transaction log. If something goes wrong with your database, you can restore from a backup -- but there's no way to see in advance ...