How to get historical run details for a stored procedure with parameters values in a run for a SQL Server database?
For ex. if the sp_getcustomerbyid stored procedure is run in the database earlier with parameter 5, i.e sp_getcustomerbyid 5, I need this information.
How do we get this complete information sp_getcustomerbyid 5? It s not a duplicate, we don't have answers for fetching parameters.