I've done restores in MS SQL 2000 many times in the past, but I've recieved a request to do something different this time around.
My boss wants me to first make a copy of the existing database, then restore the original from yesterday's backup.
That way she would be able to view both databases, the current and the restored.
How do I make a copy of a database?
For example, the original name is LONG_PMDB
I want to make a copy and call it LONG_1
then restore LONG_PMDB to yesterday's backup.
My boss wants me to first make a copy of the existing database, then restore the original from yesterday's backup.
That way she would be able to view both databases, the current and the restored.
How do I make a copy of a database?
For example, the original name is LONG_PMDB
I want to make a copy and call it LONG_1
then restore LONG_PMDB to yesterday's backup.