Disable Performance Rule PE001 (Schema Name for procedures is not specified) for System Stored Procs

Is there a way to disable or override PE001 in SQL Prompt 9 for system stored procedures? Generally speaking we like to prefix calls to "our" stored procedures with the schema name, so this rule is a nice feature. However, in cases where we make calls to system stored procedures (e.g. EXEC sp_set_session_contex) I'd like to not be warned or notified that we're missing the schema name.
Can this be done presently in the product? If not, can you add this to your feature list for possible consideration for a future version?
Thanks!
Tagged:

Answers

Sign In or Register to comment.