Forum Replies Created

Viewing 3 posts - 31 through 33 (of 33 total)

  • RE: Parameterized query performance

    Is this a large table? Is one plan being stored in the cache with not optimal estimates?

    Try clearing down the cache , updating statistics and rerunning or RECOMPILING

  • RE: T_SQL Performance Issue

    Yes , DDL and Exceution plans are useful.

    Two potential problems:

    1) rewrite to place as much information of the IN in the JOIN

    2) consider the DISTINCT , and how...

  • RE: The Desire for Control

    Automation is good - up to a point . Many factors influence the SQL Server performance - the performance stack is from the query down to the LUN (or other...

Viewing 3 posts - 31 through 33 (of 33 total)