Monday, February 21, 2011

How can I get T-SQL PRINT statements to come up in SQL Server Profiler Traces?

I'm not very experienced with SQL Server Profiler (2005, 2008). I'd like to print some info to a trace from a stored procedure. PRINT statements don't seem to output to my trace. How can I easily get the PRINT statements to output to the trace?

If that's not what trace (or PRINT) is really meant for, what's a quick easy alternative?

From stackoverflow

0 comments:

Post a Comment