I am creating a script database update. I want to know that the stored procedures were signed using various certificates.
I can get a list of stored procedures using sys.procedures, and I can get a list of certificates using sys.certificates, but I canβt find out which stored procedures are signed using different certificates
Is there a sys.procedures_certificates view or something like that? Perhaps there is some way in the SQL Server Management Studio GUI that tells me this.
I spent quite a bit of time searching on Google, but to no avail.
Thanks in advance for your help.
source share