Hi,
I have server A and I want to replicate another Server A for testing purpose.
How do I do this?
I have tried to do a back up of Database A
Create a new Database and call it Database B
Then try to restore Database A in Database B.
However, SQL gives me an error that said "the back up consist of contents belonging to another server"
Instead of restoring, should I be importing and exporting?
Thank you!