https://github.com/gustavoamerico/dacpactoolcli
This project is dedicated for help the continuous deployment MS SQL Server Database from Visual Studio SQL Data Tool (.dacpac)
https://github.com/gustavoamerico/dacpactoolcli
ci dacpac dacpac-packages dotnet-tool mssql sql-server tool
Last synced: about 2 months ago
JSON representation
This project is dedicated for help the continuous deployment MS SQL Server Database from Visual Studio SQL Data Tool (.dacpac)
- Host: GitHub
- URL: https://github.com/gustavoamerico/dacpactoolcli
- Owner: GustavoAmerico
- License: mit
- Created: 2019-03-20T04:50:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T17:47:51.000Z (12 months ago)
- Last Synced: 2025-03-06T07:51:08.753Z (2 months ago)
- Topics: ci, dacpac, dacpac-packages, dotnet-tool, mssql, sql-server, tool
- Language: C#
- Size: 4.96 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

[PT-BR](./AzureDevOps/SQLServerDeploy\readme-pt-br.md)
# **What is?**The SQLServer Deploy is a set of scripts that are able to perform the publication of the structure of your database (MS SQL Server) based on the selected .dacpac file.
# **How it works?**
The executed script searches for a file that matches the pattern entered, connects to the database using the connection string, instantiates a class, from the SDDT package, configures the execution of the publication, and executes deploy.
## Deploy one database by task
## Deploy multiple database by task on same server
# **Requirements:**
For this task to run the "Agent" running server must have installed SQL Server Data Tools in the directory C:\Program Files (x86)\Microsoft SQL Server\120\DAC\bin\Microsoft.SqlServer.Dac.dll[Link para download](https://docs.microsoft.com/pt-br/sql/ssdt/download-sql-server-data-tools-ssdt)
## See more
[.Net Tool](./docs/How-use.md)## **To collaborate:**
[](https://github.com/GustavoAmerico/SQLServerDeploy)