ssdt Getting started with ssdt

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

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

  1. Open project HelloWorld.sqlproj in Visual Studio
  2. From the Build menu select Publish HelloWorld...
  3. The project will now build and bring up a dialog window
  4. Edit the Target database connection
  5. Click Publish
  6. 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.



Got any ssdt Question?