I have an Azure SQL database project. I'm building and deploying the .dacpac via Azure Pipelines. But there is one stored procedure in the SQL project which we don't want to deploy on Azure SQL database, but wanted to keep it in the SQL project.
I couldn't find the way to exclude the stored procedure either at build time (during creation of .dacpac) or at deployment time (during deployment of the .dacpac). I tried some workarounds but it didn't work.
So is there any way to exclude a stored procedure during deployment of .dacpac to an Azure SQL database?
Try the following steps, as explained here.
The dacchksum.exe works perfectly on Windows 10 but fails on Windows 11.