See the sp parameter values in profiler?


how see sp parameter values in profiler?
suppose, sp2 called inside sp1 value in variable.

begin

declare @arg2
set @arg2 = 2
exec sp2 @arg2

end

how see value of @arg2 in sql profiler while sp2 being called?

ashru


http://asharafaliptb.wordpress.com

you need capture sp:completed  , sp:stmtcompleted event , in textdata column in profiler.



SQL Server  >  SQL Server Tools



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........