You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the StoredProcedure and Certificate object and did not find any way to check for signature or ADD or DROP the signature. Is this feature supported?
I worked around the issue by using straight T-SQL including sys.fn_check_object_signatures and DROP SIGNATURE to clean up some certificate work.
The text was updated successfully, but these errors were encountered:
I checked the StoredProcedure and Certificate object and did not find any way to check for signature or
ADD
orDROP
the signature. Is this feature supported?I worked around the issue by using straight T-SQL including
sys.fn_check_object_signatures
andDROP SIGNATURE
to clean up some certificate work.The text was updated successfully, but these errors were encountered: