Forum Replies Created

Viewing 15 posts - 13,486 through 13,500 (of 22,213 total)

  • RE: What Not To Say

    Hey, whoa! If you take away the phrase "It works on my machine" you've just eliminated 2/3 of any conversation I have with developers. What are they supposed to say...

  • RE: DBCCC SHRINKFILE

    Little Nick (1/26/2011)


    tq mam. your answer so sexy 🙂

    Just so you know, this is a professional forum. That type of comment is serious breach of protocol. You should behave here...

  • RE: ERD

    spmaguire (1/25/2011)


    I was considering creating a new table called DeleteModify and then have a bit field within that table. Holding two records for true and false. Then creating a...

  • RE: Weird SP issue with CONTAINS taking 10 times longer than LIKE statement.

    Derrick Smith (1/25/2011)


    isuckatsql (1/25/2011)


    I ran an execution plan, but dont really have any experience in this area, so i opened a ticket with Microsoft.

    Thanks again!

    If you post the execution plans...

  • RE: Weird SP issue with CONTAINS taking 10 times longer than LIKE statement.

    Then I suspect either the text is very small or FTI is not being used. Again, the exec plan should tell the tale.

  • RE: Weird SP issue with CONTAINS taking 10 times longer than LIKE statement.

    I'd check the execution plans. That's going to tell you what each operation is leading to. I would suspect that both LIKE and CONTAINS leads to a scan, but it...

  • RE: Performance issue

    SAnjy N (1/25/2011)


    Thanks, I have only remote access. And I am not comfortable with Execution Plans. How to read them!

    If you search on the web you can find a...

  • RE: Memory fluctuations

    Is anything else running on the servers? If not, it's SQL Server that is probably causing the issue. Do you have monitoring set up so you can observe the behaviors...

  • RE: ERD

    I'm not a fan of CASCADE. It takes away a lot of control and can lead to unintended consequences. I'd be careful about using it.

    As far as the design goes,...

  • RE: Failed Abstract: Understanding Execution Plans

    Good points Gus. This is meant to be my introductory session on execution plans (it's going, more or less intact, into my SQL Rally all day session). Thanks. Great feedback.

  • RE: Unable to select a specific database in Task window

    Not knowing how your backups are configured or running, it's hard to say. But it sounds like whatever process is running the backups either doesn't have that database included, or,...

  • RE: Backup Device Reinitialised in mid procedure, not as specified, no error message

    It's not something I've run into. Can you post the specific error message, if any?

    Is there any chance a different process is also calling the log backup procedure?

  • RE: Performance degrades over time reboot only provides temporary fix

    If you're not seeing CPU or Disk issues, I'd start looking for weird stuff. Do you have lots of connections unclosed? Are there uncommitted transactions? Stuff like that. Something that...

  • RE: Performance issue

    Another possibility is differences in the physical boxes. We had a production box once that had slower CPU's the dev box. Made us crazy for a while til we noticed....

  • RE: DBCCC SHRINKFILE

    scorpianprince (1/25/2011)


    If huge transactions are happening and if the large insertions and deletions is a daily process then he don't have any other method.

    If huge transactions are occurring daily that...

Viewing 15 posts - 13,486 through 13,500 (of 22,213 total)