Hello all, I was asked a question the other day and to be honest I'm drawing a blank. The question was is there a way to find out how many times a stored proc was run in a day. Does anyone have any suggestions.
You could run the server side tracing the whole day, just tracing calls to that stored procedure (in case you don't have access to this stored procedure and as such cannot modify it, to log its execution)