May 7, 2014 at 2:58 pm
Hi,
I need to do some analysis.
We have a database that track how much time it take to execute wcf service call or from UI controll call. I identified 1-2 controllers are taking long time of execution. Pls let me kow to identify why that particular controller is taking long time?
May 7, 2014 at 3:45 pm
ramana3327 (5/7/2014)
Hi,I need to do some analysis.
We have a database that track how much time it take to execute wcf service call or from UI controll call. I identified 1-2 controllers are taking long time of execution. Pls let me kow to identify why that particular controller is taking long time?
Well since we have no idea what anything is here the best you are going to get is a shot in the dark. How do you know it is 1 or 2 controllers? Do they execute different stored procs? In essence nobody can offer a lot of help because you didn't provide any details to help us understand the situation.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
May 8, 2014 at 1:17 pm
Yes. They are executing different Stored Procedures
May 8, 2014 at 1:23 pm
ramana3327 (5/8/2014)
Yes. They are executing different Stored Procedures
Well unfortunately my crystal ball is still out for repair. As a result I can't your screen, I have no idea what you are trying to figure out, I have no idea what these controllers are, I have no knowledge of your system or what you are to do. I am willing to help you but unless you tell us the details of the problem we can't offer any advice.
How do you know it one of two controllers? I would start by evaluating those. Looks for performance issues. Fix those performance issues and likely the issue will be fixed.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply