.DACPAC 文件扩展名
SQL Server Data Tier Application Package
| 开发者 | Microsoft |
| 受欢迎程度 |
4.0 | 2 票 |
什么是 DACPAC 文件?
Data package created by a Microsoft SQL Server data tier application; contains both the schema of data as well as the data records, or objects, themselves; used for providing data between SQL Server databases and vendor applications.
更多信息
DACPAC files use .ZIP formatting and contain a collection of XML files that define the schema and data to be transferred.
可打开 DACPAC 文件的程序
Windows