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'

  • Interesting; I'd like to know how a PRINT statement affects the other procedures;I haven;t tripped over that yet, and do a lot of programming.

    Can you explain what goes wrong?

    Another idea: Could it be that your confusing print statement issues with "x Rows Affected" statements, which I know can mess up ADODB recordsets (that gets fixed easily by simply adding SET NOCOUNT ON at the top of each of the procedures )

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!