Getting started with ssdt
Remarks#
This section provides an overview of what ssdt is, and why a developer might want to use it.
It should also mention any large subjects within ssdt, and link out to the related topics. Since the Documentation for ssdt is new, you may need to create initial versions of those related topics.
Hello World
Please download example at: Hello World Project
- Open project
HelloWorld.sqlproj
in Visual Studio - From the Build menu select Publish HelloWorld…
- The project will now build and bring up a dialog window
- Edit the Target database connection
- Click Publish
- A pane titled Data Tools Operations should now be visible and it will display the results.
If everything was successful you will now have deployed a database called HelloWorld with the following table HelloWorld to the instance specified in step 4.