Overview
The act of publishing generates files that are used by SSDT to determine what database changes to apply. What files are generated?Explanation
Navigate to your project's bin directory. Under that folder will either be a Release and/or a Debug folder. Depending on your configuration choice, you will have one or the other. The tutorial's configuration choice is shown below:- DeploymentReport.txt - A report of the publish actions that occurred
- FutBol.dacpac - a compressed binary that includes all the objects and scripts that make up your database project
- FutBol.dll - related to CLR development
- FutBol.pdb - a debugging file produced by Visual Studio
While this is fun to look at, you shouldn't manually adjust anything in these files.
source collected from mssqltips.com
No comments :
Post a Comment