Forum Replies Created

Viewing 4 posts - 916 through 919 (of 919 total)

  • RE: Something on SLQ I was pondering about

    What version of the server are you running?

    Does anything show up in the error log when this happens?

    What database options are set?

    Can you issue a checkpoint, or does that hang...

  • RE: Slow query help needed!!!!

    It would greatly help to have some additional information:

    Query execution plans for the listed SQL

    DDL for the tables involved and their indexes

    The number of rows in each table

     

    When you say "a...

  • RE: SPROC execution very slow

    The other thing that may cause this is that the proc may have been compiled and stored with bad query execution plans.  The SQL you execute dynamically will get the...

  • RE: Identify Potential Constraints

    Constraints depend on the integrity rules and business rules you are trying to enforce.  Just looking at the table structure may provide some information you can use to infer these...

Viewing 4 posts - 916 through 919 (of 919 total)