SQL Server Log Architecture
The log file is not just that stores information, this is mainly responsible for data consistency. This file stores all the transactions that modify/add data in the database. Log files has…
Continue Reading
SQL Server Log Architecture