I would like to know how transaction log size is managed. I now know after some <BR>reading that I can checkpoint the database in order to allow dirty pages to write from ram to disk.I also know now ...
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 ...
I considered trying<BR> DBCC SHRINKFILE (thedb_Log, 10, EMPTYFILE)<BR>but that looked somewhat spooky. Since this isn't 'my' db per se, and I'm just supposed to be helping out, I thought I'd see if ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results