sql server - Check for signature on module before alter -
i have signed modules in sql server 2008 databases. in case alters signed modules (proc or trigger) want print information message, has re-sign procedure , print tsql code (there appropriate rights).
how , best way that?
ddl triggers seems no suitable need, inside trigger module altered , think can not find out if signed before.
the whole idea of signature authorized has reviewed module (inspected code) , used authority sign module. altering module requires same authorized individual review module again, check conformance , re-sign. automating process pretty defeats purpose of code signing, make sysadmin , call day.
Comments
Post a Comment