Deploy SQL Server database project (SSDT) via command line

后端 未结 2 465
孤独总比滥情好
孤独总比滥情好 2020-12-05 06:21

I have a SQL Server Database Project targeting a SQL Server 2012 RC0 database. The project was created in Visual Studio 2010 + SQL Server Data Tools CTP4. (The project typ

2条回答
  •  死守一世寂寞
    2020-12-05 06:43

    If you are a masochist Microsoft also provide documentation on deploying the DACPAC via SMO, under the guise of 'using PowerShell'.

    Of course you can call sqlpackage from PowerShell too...

提交回复
热议问题