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'

  • siddharth.malhotra (11/4/2011)


    Yes, Lowell

    That is the problem. I need to disable the outputs like the ones you specified.

    Regards,

    Sid

    Did you try putting SET NOCOUNT ON before the stored procedure is executed?



    --Mark Tassin
    MCITP - SQL Server DBA
    Proud member of the Anti-RBAR alliance.
    For help with Performance click this link[/url]
    For tips on how to post your problems[/url]