Home Forums SQL Server 2005 T-SQL (SS2K5) Disable print in a stored procedure - TSQL - Example: Print 'This is my result' RE: Disable print in a stored procedure - TSQL - Example: Print 'This is my result'

  • Yeah, the stored procedure can't be modified. It looks like the solution here may be to just copy the stored procedure without the print statements into another new proc. Thanks...