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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -