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'

  • I've never heard of anything that'll help. You'll either have to modify the procedure to disable the PRINT statements or you have to modify the code so that it can accept the informational messages along with result sets.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning