MSSQL Database stuck in restore state

From DevOps Notebook
Revision as of 11:14, 6 July 2021 by MilosZ (talk | contribs) (Created page with "<syntaxhighlight lang="sql"> USE [master] RESTORE DATABASE [SportifierDB_Restore] FROM DISK = N'D:\BackupFromPRD\AutoRestore\AutoRestoreSpotifierDBFresh.bak' WITH RECOVERY...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
USE [master]

RESTORE DATABASE [SportifierDB_Restore] 
FROM  DISK = N'D:\BackupFromPRD\AutoRestore\AutoRestoreSpotifierDBFresh.bak' WITH RECOVERY