Forum Replies Created

Viewing 15 posts - 14,851 through 14,865 (of 22,211 total)

  • RE: Deadlocks on Indexes;

    That process with an INSERT and UPDATE, I'm not shocked that it's deadlocking. You need to wrap it in a single transaction, not with two, which are both wrapped by...

  • RE: Who Wants to Lead the Community?

    And don't forget, while PASS did not create SQL Saturday (Thanks Andy), it does now own it and provides the local groups the support structure so that they can run...

  • RE: Is the MVP Worth It?

    Matt Miller (#4) (6/10/2010)


    CirquedeSQLeil (6/10/2010)


    Grant Fritchey (6/10/2010)


    Jeff Moden (6/9/2010)


    ...nor do they knock their MVP rings...

    Whoa! Hold on a sec... you got a ring? I didn't get a ring. If I...

  • RE: Is the MVP Worth It?

    GilaMonster (6/10/2010)


    Dan.Humphries (6/10/2010)


    I do not activly seek such things but I am not sure you would be able to wipe the smile off my face with a sand blaster.

    I...

  • RE: CPU usage is high

    In order to reduce CPU usage, you need to know what is causing the usage to go so high. I'd suggest using the wait states to identify which processes are...

  • RE: Backups

    Those are very large topics. I'd suggest starting with reading the Books Online to get the basic concepts down. Once you're there, swing by Paul Randal's blog. He's got tons...

  • RE: query to insert data into two table from same page

    OUTPUT clause, as stated above, is the best approach, especially because it allows for multiple rows. But if you're only ever dealing with a single row, you can capture the...

  • RE: Deadlocks on Indexes;

    Based on the information provided, it's hard to know for sure what's causing your deadlock. It looks like two different queries, but it's hard to say. The victim is on...

  • RE: backuo/restore

    What does it matter which is faster? They are two completely different operations with entirely different purposes. You can't substitute one for the other. If I tell you backup is...

  • RE: Who Wants to Lead the Community?

    Conan The Canadian (6/10/2010)


    I'd love to find a smaller way to help out with PASS first.

    Right now, I just don't have the time to commit to doing anything large in...

  • RE: SQL 2008 R2 Cluster Setup Documentation

    Allen is pretty much "the guy" when it comes to this stuff. Sorry the book wasn't helpful, but track down anything he writes. Some of it has to help.

  • RE: Who Wants to Lead the Community?

    Steve, I'd love to run, really. Not because I have some great ideas for where to take the organization but because I'm willing to get in there & work. However,...

  • RE: Is the MVP Worth It?

    Jeff Moden (6/9/2010)


    ...nor do they knock their MVP rings...

    Whoa! Hold on a sec... you got a ring? I didn't get a ring. If I had a ring it would be...

  • RE: one to one relation ship

    Nice point on the INNER JOIN and the issues it causes.

  • RE: SQL 2008 R2 Cluster Setup Documentation

    If the BOL isn't helping, try this

Viewing 15 posts - 14,851 through 14,865 (of 22,211 total)