Now you’ve backed up your database and ruined your server, its time to restore it, here’s how:
RESTORE FILELISTONLY FROM DISK = '\\Server\Share\databaseName.bak' WITH PASSWORD = 'SUPERSECRETPASSWORD', And STATS = 1
Now you’ve backed up your database and ruined your server, its time to restore it, here’s how:
RESTORE FILELISTONLY FROM DISK = '\\Server\Share\databaseName.bak' WITH PASSWORD = 'SUPERSECRETPASSWORD', And STATS = 1
Leave a Reply