An open API service indexing awesome lists of open source software.

https://github.com/toskpl/ssdt

SSDT
https://github.com/toskpl/ssdt

managment-studio mssql ssdt

Last synced: 4 months ago
JSON representation

SSDT

Awesome Lists containing this project

README

        

# SSDT
SSDT

Use:
- Visual Studio 2017
- Managment Studio
- Database: **[WideWorldImporters-Full](https://github.com/Microsoft/sql-server-samples/releases/download/wide-world-importers-v1.0/WideWorldImporters-Full.bak)**

1. Import database WideWorldImporters in Managment Studio. [**link**](https://github.com/toskpl/SSDT/blob/master/screen/1_ImportDatabase.png)

2. Create new project in Visual Studio 2017 (SQL Server Database Project).[**link**](https://github.com/toskpl/SSDT/blob/master/screen/2_0_createNewProjet.png)

3. Import database to Visual Studio 2017.[**link**](https://github.com/toskpl/SSDT/blob/master/screen/3_1_ImportDatabaseInVisualStudio.png) [**x**](https://github.com/toskpl/SSDT/blob/master/screen/3_ImportDatabaseInVisualStudioInProggres.png)

4. Create new profile (connection to new database).[**link**](https://github.com/toskpl/SSDT/blob/master/screen/4_GenerationProfile.png)

5. Publish.[**link**](https://github.com/toskpl/SSDT/blob/master/screen/5_Publish.png)

6. Add new obcjets :view vPurchaseOrderLines and generation scripts.[**link**](https://github.com/toskpl/SSDT/blob/master/screen/6_GenerationScripts_all.png)

7. Add new column [Purchasing].[PurchaseOrderLines] column name [Twitter], Generation Scrpit / Publish[**link**](https://github.com/toskpl/SSDT/blob/master/screen/7_AddColumn.png)