We have some sensitive IPR in some Stored Procedures. We encrypt the stored procedures. However, at the point they are created, they are plain text.
Is there anyway we can prevent SQL Server Profiler from being used to monitor the execution of the Create procedure statements?
(Yes, I know that you can also un-encrypt the stored procedures reasonably easily)