That uses what query???? We are talking about deployment, correct? Usage is something entirely different.

For deployment:

  • Export the Create SQL for the database thru the SQL Server Interface. This will be the SQL script that you use to create your database on the target system.


  • Create an Empty database on your development system. Back it up. Deploy the backed up database. Thru the SQL Server Interface you restore the database on the target system.