General Concepts: First of all, the database has two files by default. These are data file with mdf extension (called Primary Data File) and transaction …
Read More »Tag Archives: Transaction Log File
SQL Server Delete Transaction Log File
Can I Delete SQL Server Transaction Log File? We can not delete primary transaction log file, but we can delete secondary log files in SQL …
Read More »What is SQL Server Transaction Log
SQL Server Transaction Log is the log file with .ldf extension. Every transaction that occurs in SQL Server and database modifications performed by these transactions …
Read More »