Now you’ve backed up your database and ruined your server, its time to restore it, here’s how:
1 2 3 4 5 |
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:
1 2 3 4 5 |
RESTORE FILELISTONLY FROM DISK = '\\Server\Share\databaseName.bak' WITH PASSWORD = 'SUPERSECRETPASSWORD', And STATS = 1 |
Leave a Reply