I have a tsql stored procedure that contains print statements. I was wondering if there is a tsql command that I can include in the stored procedure that would disable/enable these output statements? Sometimes, I want to see the output like when I am developing in the procedure. However, I don't want to see the output when the procedure is executed by an application. It would be nice to turn these off without having to comment and uncomment these statements.