Forum Replies Created

Viewing 15 posts - 151 through 165 (of 430 total)

  • RE: Weird Join Problem

    ChrisM@Work (6/9/2014)


    BWFC (6/9/2014)


    ChrisM@Work (6/9/2014)


    BWFC (6/9/2014)


    ChrisM@Work (6/9/2014)


    BWFC (6/9/2014)


    ChrisM@Work (6/9/2014)


    Is there any chance that your original query - the one with the error - had a filter for the comma in the...

  • RE: Restore stuck in recovery

    Hema kumar-337490 (6/13/2014)


    hi, Can you post the scripts that you are using to restore the database.

    Sure, here's what the restore software issued:

    3556 2334 06/12 20:39:20 323781 CCvSQLVDIBase::StartDBRestore() - !!!!QUERY:...

  • RE: Restore stuck in recovery

    Beatrix Kiddo (6/13/2014)


    sqldriver (6/13/2014)


    While attempting to overwrite a dummy database with files from another database

    When you say files, do you mean you were restoring a backup in the usual way,...

  • RE: Indexing tips for MIN() and MAX() in queries

    Matt Miller (#4) (6/6/2014)


    Sometimes a little test helps to clear things up. The indexing does seem to help, so the trade-off is whether the improvement is enough to offset...

  • RE: Indexing tips for MIN() and MAX() in queries

    This query isn't actually returning any data to a user; it's part of an archival process and a @BatchID gets specified rather than a range to query. Batches can range...

  • RE: WITH(NOLUCK)

    Sean Lange (6/6/2014)


    sqldriver (6/6/2014)


    sql-lover (6/6/2014)


    MyDoggieJessie (6/6/2014)


    What's a performance review? :hehe:

    The one that your supervisor does on you every year? To check if you are doing "Index Seeks" or just "scans"...

  • RE: Indexing tips for MIN() and MAX() in queries

    sql-lover (6/6/2014)


    sqldriver (6/6/2014)


    sql-lover (6/6/2014)


    It is my understanding that an aggregate function has to check all values in the column. So an Index on that attribute may not help too much.

    Now,...

  • RE: Indexing tips for MIN() and MAX() in queries

    sqldriver (6/6/2014)


    sql-lover (6/6/2014)


    It is my understanding that an aggregate function has to check all values in the column. So an Index on that attribute may not help too much.

    Now, not...

  • RE: Indexing tips for MIN() and MAX() in queries

    sql-lover (6/6/2014)


    It is my understanding that an aggregate function has to check all values in the column. So an Index on that attribute may not help too much.

    Now, not sure...

  • RE: WITH(NOLUCK)

    sql-lover (6/6/2014)


    MyDoggieJessie (6/6/2014)


    What's a performance review? :hehe:

    The one that your supervisor does on you every year? To check if you are doing "Index Seeks" or just "scans" at your job?...

  • RE: WITH(NOLUCK)

    GilaMonster (6/6/2014)


    pietlinden (6/5/2014)


    If you dig around here even a little, you'll find Gail Shaw's explanation of what NOLOCK really does. You might need to make them read the article...

  • RE: WITH(NOLUCK)

    I've been working pretty hard to first bring all the server settings in line with best practices and then dig in to the queries. I've been using a lot of...

  • RE: WITH(NOLUCK)

    So then what are plausible alternatives? What can I present as a change to say "you no longer have to risk incorrect results by using NOLOCK because A is alleviating...

  • RE: WITH(NOLUCK)

    hisakimatama (6/5/2014)


    Yep, I've had that problem. Found NOLOCK all over the coding in the vendor-provided software at my current workplace my second day there, and reported it to my...

  • RE: WITH(NOLUCK)

    pietlinden (6/5/2014)


    Not sure what to say. If you dig around here even a little, you'll find Gail Shaw's explanation of what NOLOCK really does. You might need to...

Viewing 15 posts - 151 through 165 (of 430 total)