In this article we look at the key functions of transaction logs in SQL Server
Transaction Log, as the name suggests, keeps a log of all the transactions that are taking place; along with the database modifications it’s making each day. It is...
Read more »
This sections aims to explain in brief the functions of MDF and LDF files in an SQL server database. Other than that, the post also explains basic differences between the two.
MDF and LDF Files in SQL Server Database
All the companies need a...
Read more »
In this article we check out the cause behind the SQL Server error code 17
Sometimes while trying to access the SQL Server database, one might come across an error stating
“SQL Server does not exist or access denied”. This is a general...
Read more »