Comments
1 comment
-
Hi @howarthcd
I did some quick testing around this and also checked with the developers and unfortunately, this isn't currently supported.
My suggestion would be to make a feature request via the UserVoice forum which the team looks at for new feature ideas: https://redgate.uservoice.com/forums/141379-sql-compare
Add comment
Please sign in to leave a comment.
I ask because comparisons between a database and a scripts folder don't appear to have been identifying that a particular stored procedure in a database had been deployed without being signed, yet the script file contains a statement to sign the stored procedure by a certificate.
e.g.
ADD SIGNATURE TO [dbo].[MyProcedure]
Thanks
Chris