Open GearTheWorld opened 1 year ago
Do you have an example dacpac that you can share to repro the problem here?
Do you have an example dacpac that you can share to repro the problem here?
I don't have that. It's a production database which I can't share.
Here's the declaration in the LOCAL stored procedure :
ALTER PROCEDURE [dbo].[spGetInvoiceServiceTypesDescriptions]
I clearly see the [dbo].[...] being there but when I compare, it's not there for the LOCAL stored procedure and it's there in Azure.
Steps to Reproduce:
Start a SHEMA COMPARE between a LOCAL database and a Azure database
The result is false. When we open both files in ADS both are absolutely identical yet from the comparison we see the local not having [dbo].[...] but in fact it have it when we open the stored procedure so again both files are identical but the comparison sees them differently !?
Does this issue occur when all extensions are disabled?: Yes/No YES
I clicked the REPORT HERE from the Extension page. Hope it's ok !