What does DACPAC stand for?

后端 未结 3 1621
一个人的身影
一个人的身影 2021-01-02 07:08

In Visual Studio 2012 we have new project type called SQL Server Database Project and when compiled will create a .dacpac output file.

A Google for this

3条回答
  •  借酒劲吻你
    2021-01-02 08:08

    First off: read this.

    dacpac is a Data-tier application. More concretely, it is the file that gets created when you build a SQL Server Database Project. It contains all of the information necessary to build the db objects specified in your SQL DB project.

提交回复
热议问题