https://github.com/toskpl/ssdt
SSDT
https://github.com/toskpl/ssdt
managment-studio mssql ssdt
Last synced: 4 months ago
JSON representation
SSDT
- Host: GitHub
- URL: https://github.com/toskpl/ssdt
- Owner: toskpl
- License: mit
- Created: 2020-09-22T13:17:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T20:49:10.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T02:17:03.562Z (5 months ago)
- Topics: managment-studio, mssql, ssdt
- Language: TSQL
- Homepage: https://www.kursysql.pl
- Size: 2.78 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SSDT
SSDTUse:
- 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)