We're trying to set up a test environment and want to copy our live database to to test.
QUESTION:
How do I get a backup from 1 server to show up as a restorable DB on another server.
WHAT I'VE DONE:
We're using MSSQL 7
Using Server Enterprise Manager(SEM) on the Live Server
Right click on Databases
All Tasks
Backup
Database complete
Moved the backup file to the Test Server
Using SEM on the Test Server
All Tasks
Restore
Restore as Database - e.g., newdb
Parameters - show backups of database - e.g., livedb
Nothing shows up even if I create a DB that matches the live DB name.
QUESTION:
How do I get a backup from 1 server to show up as a restorable DB on another server.
WHAT I'VE DONE:
We're using MSSQL 7
Using Server Enterprise Manager(SEM) on the Live Server
Right click on Databases
All Tasks
Backup
Database complete
Moved the backup file to the Test Server
Using SEM on the Test Server
All Tasks
Restore
Restore as Database - e.g., newdb
Parameters - show backups of database - e.g., livedb
Nothing shows up even if I create a DB that matches the live DB name.