Help! My SQL Server Log File is too big!!! Your email has been sent Overgrown transactional log files can turn into real problems if they are not handled properly. Today SQL Server consultant Tim ...
If the database is in the SIMPLE recovery model you can use the following statement to shrink the log file: SELECT name FROM sys.master_files WHERE type_desc = 'LOG' Another option to shrink the log ...
CAST(CAST(s.backup_size / 1000000 AS INT) AS VARCHAR(14)) + ' ' + 'MB' AS bkSize, CAST(DATEDIFF(second, s.backup_start_date, s.backup_finish_date) AS VARCHAR(4 ...
I am running Windows SharePoint Services 3.0 on a Windows 2003 server. I just noticed that our hard drive was getting very low on space and that WSS_Content_log.LDF in 'C ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results