.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