Viewing 2 posts - 1 through 2 (of 2 total)
My script
Execute and save to File :
SELECT TOP 100 PERCENT
N'-- ' + s.database_name + ' ' + CONVERT(nvarchar(25), s.backup_finish_date, 121) + char(13) + char(10)
+N'RESTORE '
+CASE s.type WHEN 'D' THEN...
October 6, 2009 at 9:11 am
#1062329
View command DBCC SHRINKFILE
March 25, 2009 at 2:15 pm
#966279