Clear SQL Log Files to clear up space
Run the below procedure multiple times and go to sql path and delete the log file
sp_cycle_errorlog
C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Log
sp_cycle_errorlog
C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Log
Comments
Post a Comment