Tagged: SQL Server Log

Log File Shrinking in SQL Server

Hello everyone, In this article, I will try to give information about shrinking the log file in SQL Server. In SQL Server, in some cases you may want to shrink the log file. You can easily do this using the code below. USE DatabaseName –You will write the database name...

Don`t copy text!