I would like to know how transaction log size is managed. I now know after some reading that I can checkpoint the database in order to allow dirty pages to write from ram to disk.I also know now how ...
Bringing up Enterprise Manager -> Server -> Managment -> SQL Server log shows this file and 6 archives. I can open the archives, but clicking on the 3.4Gb file locks the machine. I don't see a way to ...
Transaction logs are a vital yet often overlooked component of database architecture. They are often forgotten because they are not something actively maintained like the schema contained within a ...