Forum Replies Created

Viewing 15 posts - 14,521 through 14,535 (of 22,211 total)

  • RE: Are the posted questions getting worse?

    Praveen Goud Kotha (8/5/2010)


    Thank you all the members for their replies/suggestions who participated in my topic..

    especially for Fritchey..

    If any other reasons for "Reasons for difference in execution plans"..

    Please dont forget...

  • RE: Are the posted questions getting worse?

    jcrawf02 (8/5/2010)


    Brandie Tarvin (8/4/2010)


    Jack Corbett (8/4/2010)


    Probably the most complex SQL I've had to write. Too many OUTER JOINs (business requires this design), and then parameters that could turn...

  • RE: Reasons for difference in query plans

    Praveen Goud Kotha (8/5/2010)


    Thank you all the members for their replies/suggestions who participated in my topic..

    especially for Fritchey..

    If any other reasons for "Reasons for difference in execution plans"..

    Please dont forget...

  • RE: Reasons for difference in query plans

    Praveen Goud Kotha (8/5/2010)


    GilaMonster (8/5/2010)


    Praveen Goud Kotha (8/5/2010)


    just confirm me that whether the difference is in no. of parameters or different input data for the procedure..

    Yes.

    ??

    She means that yes, the...

  • RE: Reasons for difference in query plans

    GilaMonster (8/5/2010)


    Praveen Goud Kotha (8/5/2010)


    just confirm me that whether the difference is in no. of parameters or different input data for the procedure..

    Yes.

    What she said.

  • RE: Upgrade SQL 2008 to SQL 2008 R2

    Total agreement on upgrading the hard way. I've only done a few 2008 to R2 upgrades, but they've been seemless to the point of no one noticing. I'd just be...

  • RE: Update Indexes/Statistics on "Temp" (staging) table (not TempDB)

    Staging tables are frequently a great solution for data import.

    Yes, you might get benefits from explicitly updating the stats, especially with a FULL SCAN, or defragging/rebuilding the indexes. It...

  • RE: Reasons for difference in query plans

    In addition to Gail's list:

    Different Parameters

  • RE: How to find the values that are passed to the parameters of a stored procedure which participates in deadlock

    Depending on what was deadlocked and how it resolves, you may not get this information. Usually, when we have a system that is experiencing deadlocks, we put a server-side trace...

  • RE: replay transactions

    If you want to literally simulate the entire user experience, with waits and everything, I'd suggest taking a look at Quest's Benchmark Factory. We've been able to use it that...

  • RE: User losing permissions

    And there's always the weird stuff. We had a developer accidently drop his access to one stored procedure because he wanted to test security so he revoked his privs, but...

  • RE: replay transactions

    Yeah, true, it doesn't put in pauses. But I don't think that's the worry in this case, unless I'm wrong. Wouldn't be the first time... this hour.

  • RE: replay transactions

    Yes and no. It kind of depends on how big the machine doing the playback is since it will need to thread the calls and may not be able to...

  • RE: replay transactions

    Yeah, I'd go with Profiler as well. The only issue you might run into with that approach is if you have ad hoc SQL that is using deprecated functionality, like...

  • RE: SQL Server Installation

    Brandie is 100% correct. You'll need to reinstall SQL Server.

Viewing 15 posts - 14,521 through 14,535 (of 22,211 total)