Forum Replies Created

Viewing 15 posts - 46 through 60 (of 70 total)

  • RE: Strange Problem

    Is there a way to check execution plan for sproc while running it from Application ??? I've done it only from query analyzer.

  • RE: Strange Problem

    Yes, ANSI settings are same. I have taken the same parameters as used by application. Right now trying to go into the right direction.

  • RE: How to check index usage ?

    Gail, I just went through details and through some good articles. Was able to interpret informaiton now.

    Thanks Mohammmed for the link. It's real good.

  • RE: Query not running

    Isn't it possible to use more than one condition inside if exists() ?

  • RE: Improve performance of a stored procedure doing search

    As per my standards, the best execution plan should look like when you can see the 100% Index seek from a table (within a query). So try to check other...

  • RE: Queries on Queries for Performance

    Hello Sir, its not like I didn't give it a try. I read a lot and tried lotz of options and tested them as well. However whatever I have tested...

  • RE: Architectural based question

    Yeah. By normalizing the sprocs I meant just the functionality of normalization.

  • RE: Architectural based question

    Understood. It means as per thumb rule, the funtionality of a sproc should be as specific as possible and we should try to normalize the sproc as well.

  • RE: Architectural based question

    Well, it depends on a person's perspective (I feel :)). However my point is whether its good to have three different sprocs for three processes or one sproc for all...

  • RE: Architectural based question

    My question is simple. Is it better to have single big sproc having functionalities for all the parts of a module or should i break it up into three different...

  • RE: Future Forecast for performance

    Gila, But i think that would be pretty good idea to do future forecasting for performance. Analyzing those execution plans can tell a lot of story.

    Any alternative ways to do...

  • RE: Future Forecast for performance

    I read somewhere that we can perform the stress testing by playing with table's statistics. Does anyone know about that ?

  • RE: Query Help

    Great. Thanks, that helped.

  • RE: Query Help

    Your message doesnot shows anything....

  • RE: Query Help

    No No. I just need one record per Team Id. The one with latest Orderdate. Consider there are lots of Teams with hundrds of OrderDates.

Viewing 15 posts - 46 through 60 (of 70 total)