Is there some type of logging in SQL Server (or some way to enable simple logging) that would allow me to check if a stored procedure was called, when it was called, and what parameters were passed and returned? I have seen some addon scripts for this but wasn’t sure if this was built into SQL Server?
Share
You can do this with the SQL Server Profiler tool:
http://msdn.microsoft.com/en-us/library/ms187929.aspx