Suppose I have a stored procedure mysp, I want to monitor when the sp is called and running and how much time the sp running(when it's started and when it ends).
Is it possible to use ase auditing to monitor it and record the data in sysaudits_nn table? if yes, how to configure audit for specific sp?