Migration
How to generate migration scripts
- Click Right Mouse on Database you want to migrate then ->
Tasks->Generate Scripts...
- Wizard will open click
Nextthen chose objects you want to migrate and clickNextagain, then clickAdvancedscroll a bit down and inTypes of data to scriptchooseSchema and data(unless you want only structures)
-
Click couple more times
NextandFinishand you should have your database scripted in.sqlfile. -
run
.sqlfile on your new server, and you should be done.

