PRINT statement in T-SQL
Posted
by ProfK
on Stack Overflow
See other posts from Stack Overflow
or by ProfK
Published on 2008-11-06T11:43:09Z
Indexed on
2010/03/30
20:53 UTC
Read the original article
Hit count: 523
tsql
|sql-server
Why does the PRINT statement in T-SQL seem to only sometimes work? What are the constraints on using it? It seems sometimes if a result set is generated, it becomes a null function, I assumed to prevent corrupting the resultset, but could it's output not go out in another result set, such as the row count?
© Stack Overflow or respective owner