Can anyone help me out in writing a stored procedure that is used to run other stored procedures
so it should take a character string as a variable
and execute a stored procedure that matches the character string
but it also writes a row to an audit table telling who ran it, when and what variable they passed.
thanks in advance.