December 2013
Intermediate to advanced
1872 pages
153h 31m
English
A number of options exist for importing existing SQL Server (and other platform) data into SQL Database. They include the following:
Executing a T-SQL script that includes object declarations and data insertion statements. You can create these scripts using the Generate and Publish Scripts Wizard, launched by right-clicking a standard SQL Server database in SSMS and then choosing Tasks, Generate Scripts.
Importing a data-tier application export package (DACPAC) file (covered later in the section, “Backing Up and ...