We need to capture all the changes on database by the Dacpac deployment. We are using sqlpackage Action:DeployReport command to capture the changes but this does not capture the changes made by post deploy script. Our post deploy script consists of grant permissions statements and we want to capture those changes as well. Is there any way we can include the changes made by the post deploy script?
Asked
Active
Viewed 36 times