Hello,
I am unable to shrink the database log files in Mssql 2012. I am using the below query for it.
-------------------------------------------------------------
BACKUP LOG "Databasename" WITH TRUNCATE_ONLY
DBCC SHRINKFILE (Databasename_Log', 1)
-------------------------------------------------------------
Can anyone help me please.
Regards,
Aidan.
I am unable to shrink the database log files in Mssql 2012. I am using the below query for it.
-------------------------------------------------------------
BACKUP LOG "Databasename" WITH TRUNCATE_ONLY
DBCC SHRINKFILE (Databasename_Log', 1)
-------------------------------------------------------------
Can anyone help me please.
Regards,
Aidan.
Comment