I am working on a C# .net application
I am executing a stored procedure from my c# code and it takes almost 2 minutes to complete its execution. I am using SQL Server 2008 R2 on back end. So I want to show a progress bar which shows the progress of execution of stored procedure . For this I need to calculate the execution time the execution of stored procedure. So is there any way from which I can calculate the time of execution + this application runs on number of my clients so the execution time of stored procedure varies from client to client. So please give me suggestion or a way on which I search how to do this?
Thanks For your valuable feedback in advance