Migration
How to generate migration scripts
- Click Right Mouse on Database you want to migrate then ->
Tasks
->Generate Scripts...
- Wizard will open click
Next
then chose objects you want to migrate and clickNext
again, then clickAdvanced
scroll a bit down and inTypes of data to script
chooseSchema and data
(unless you want only structures)
-
Click couple more times
Next
andFinish
and you should have your database scripted in.sql
file. -
run
.sql
file on your new server, and you should be done.