There are some databases in our SQL Server. I want to shift some databases to another server.
In my view i can do this in two ways.
1. Take backup of the databases to be shifted. Then create the database in the new server and restore the backup.
2. Generate script of the database to be shifted and run it on the new server.
Which is the best out of the two? Is there another way to do this?
In my view i can do this in two ways.
1. Take backup of the databases to be shifted. Then create the database in the new server and restore the backup.
2. Generate script of the database to be shifted and run it on the new server.
Which is the best out of the two? Is there another way to do this?