Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Restore all databases

    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...

  • RE: Unable to restore

    View command DBCC SHRINKFILE

Viewing 2 posts - 1 through 2 (of 2 total)