Can SQL Monitor capture stored procedure parameters?
slimshaky
Posts: 13 Bronze 1
Does SQL Monitor have any built in capabilities to capture stored procedure parameters? This would be particularly useful to do when certain key alerts are triggered, such as a long running stored procedure.
Tagged:
Answers
The reason we don't do this is due to our agentless architecture. SQL Monitor cannot do this without incurring a significant performance overhead on the monitored entity. Other tools that do this tend to hook into client code or otherwise intercept requests from managed code, which is more invasive and intensive than we want to be.