I'm using a SQL Server database, we have 50-80 stored procedures which are being used by a .NET application. But the application is very slow and returning the results with huge delay now a days, so I would like to identify the slow running stored procedure in the database.
Thanks in advance.