Forum Replies Created

Viewing 15 posts - 3,166 through 3,180 (of 5,841 total)

  • RE: Index scan vs. seek

    For the query that is taking 3 seconds, show the Actual Execution Plan when you run it and then let us know what the Estimated and Actual row counts for...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Server out of memory

    1) don't try to return this much data to a client tool. just won't work

    2) you best have a VERY large and VERY fast tempdb IO subsystem to throw...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Massive IOs!

    Ninja's_RGR'us (10/27/2011)


    GilaMonster (10/27/2011)


    Ninja's_RGR'us (10/27/2011)


    Don't you love the smell of backstabbing in the morning? 🙂

    Note to the <non hiring> op. Both these 2 seem to love using knives while...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Massive IOs!

    To the OP: you can spend days or even weeks trying to hunt down performance issues if you aren't trained/skilled/experienced at doing so. Or you can do as others...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: CPU Utilization is 100%

    Lavanyasri (10/26/2011)


    HI Kevin,

    Thanks for the update .

    I think u r right , it might a problem with Cursors. I ran a profiler with rpc completed ,sp:stmt completed ,SQL...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: sql server 2008 - memory experts help!

    chewelson (10/24/2011)


    hi guys,

    anyone can advise?

    thanks

    As has been said already, DBCC memorystatus will give you detailed output on memory usage. It is officially semi-documented online.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: CPU Utilization is 100%

    You can use dbcc memorystatus (officially documented online) to get detailed information about memory use in SQL Server.

    It is quite exceptional for SQL Server to be CPU bound instead of...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Partitioning a table with 50 million records - What should be the strategy ?

    Partitioning is an ADVANCED feature and you will very likely get yourself into unfortunate situations/scenarios if you ask for a few pointers on a forum, read a blog post or...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: AWE Enabled but no gains in Memory Usage by SQL Server- Requesting Help

    I believe Books Online has good instructions on how to enable AWE and large memory access on 32 bit systems. I would also look at dbcc memorystatus (documented online)...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Rebuilding indexes on solid-state disks; is it worth it?

    Here is a blog post from Jonathan Kehayias with some interesting testing: http://sqlskills.com/blogs/jonathan/post/Does-Index-Fragmentation-Matter-with-SSDe28099s.aspx

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Managing maintenance plans on hundreds of servers

    Check out SQL Sentry's Event Manager.

    And for the actual maintenance itself you absolutely should use ola.hallengren.com's scripts.

    Tell them both that TheSQLGuru sent you! 🙂

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Database Maintenance

    never, ever use maintenance plans! get the awesome free and fully documented maintenance suite from ola.hallengren.com.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Help with Deadlock

    Additional guidance can be found here (http://blogs.msdn.com/bartd/archive/2006/09/09/Deadlock-Troubleshooting_2C00_-Part-1.aspx)

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: sql 2008 mirroring

    I don't understand this request. Perhaps you could list out all servers involved in a normal state and then in a post-failover state, each with whatever (if anything) is...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Performance 2008 vs 2005

    Is your question about Analysis Services performance or relational engine performance? Hard for me to tell from your post. If the former, this is the wrong forum. ...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 3,166 through 3,180 (of 5,841 total)