I am producing a database update script I want to find out stored procedures have been signed using various certificates.
I can get the list of stored procedures using sys.procedures and I can get the list of certificates using sys.certificates but I cannot find out what stored procedures are signed using the various certificates
Is there a sys.procedures_certificates view or something like that?? Maybe there is a way on the SQL Server Management Studio GUI that tells me this..
I have spent quite some time googling this but to no avail.
Thanks in advance for your help..