Deploying the source database with its data
The first thing we have to do now is to deploy the SQL Server database, which are AdventureWorksLT
and AdventureWorksLTDW
.
Getting ready
This section requires you to have copied the sample solution on your PC and opened the SSISCookBook.sln
solution file.
How to do it...
- In SQL Server Data Tools (Visual Studio), right-click on the
DB.AdventureWorksLT
project and selectPublish...
, as shown in the following screenshot:
- The following screen appears; click on the
Edit...
button to create a connection string to our local SQL Server instance:
- As shown in the following screenshot, clicking on the
Browse
tab brings up a screen where we can choose the SQL Server instance location. In our case, we'll chooseLocal
. Expand theLocal
label and choose your SQL Server instance, in our caseSSISCOOKBOOK
. TheServer Name
textbox will display the server you chose. ClickOK
to return to the previous screen.
- Back in the
Publish Database
screen, click on theAdvanced...