Forum Replies Created

Viewing 15 posts - 4,246 through 4,260 (of 5,841 total)

  • RE: memory in 64 bit when idling

    repent_kog_is_near (1/12/2010)


    TheSQLGuru

    Are you referring to the maxmemory setting for the server?

    thanks

    Dan

    No, not for the server but rather for SQL Server itself.

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

  • RE: memory in 64 bit when idling

    I will note that you should ALWAYS set a MAXIMUM limit for the RAM the buffer pool can use to avoid unfortunately common memory starvation scenarios. The amount to...

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

  • RE: Doubt about CURSORS....!!!!!!!!!

    I would like to mention that if you are going to use cursors (which can and should usually be avoided, btw) then in those cases where you just do a...

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

  • RE: Table change Script is taking more time!!!!!!

    If you run your efforts in one script without explicit transactions then it is all ONE (implicit) transaction. This means that even in SIMPLE mode the tlog will grow...

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

  • RE: Auto Start

    Ignacio A. Salom Rangel (1/10/2010)


    Tara, could you please answer Dugi's question. There must be something in the event logs.

    I agree. And I would check both the SQL Server AND...

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

  • RE: Database best practices for large growth.

    laurence.proctor (1/7/2010)


    Thank you for your advice TheSQLGuru.

    I have to agree with you (about Enterprise too). That said, I should have told the whole story. We do have a group of...

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

  • RE: Select causing deadlock?

    Here is the Bible for this area:

    http://blogs.msdn.com/bartd/archive/2006/09/09/Deadlock-Troubleshooting_2C00_-Part-1.aspx

    Note there are 2 follow-on blog posts for this.

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

  • RE: How to become Master in SQL Server 2005

    I think that [long term] on-the-job mentoring by an expert (supplemented by personal study) is the best way to move from novice to apprentice to journeyman to master.

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

  • RE: Insert operation against Out of running disk space

    1) what is this "temporary data" you are removing?

    2) what error messages are you getting?

    3) is auto growth on and what it the setting?

    4) how much...

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

  • RE: CXPACKET wait type

    GilaMonster (1/4/2010)


    Please post new questions in a new thread in future.

    If you look while the query is running, there will be at least one thread that doesn't have a cxpacket,...

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

  • RE: Database best practices for large growth.

    You don't need Enterprise Edition here. What you DO need is to get a professional on board to review all of the details and configurations and then help you...

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

  • RE: Import Slow

    Cory, why in the world would you post a question to a forum thread that had it's last post over 2 YEARS ago?? :w00t:

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

  • RE: SQL 2005 sp2; Old Backups will not delete in Maintenance Cleanup Task

    I will add that the original release (and one of the subsequent updates to it) of SP2 for SQL 2005 had some significant problems with maintenance plans/agent jobs. You...

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

  • RE: Hyperbac

    Dan Provan (1/5/2010)


    Not sure if I'm a little late, and i ,must say that i only skimmed the post so if what I say has already been noted i apologize...

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

  • RE: Can stats be auto-updated at less than 20%

    I have seen scenarios where stats needed to be updated multiple times a day to ensure optimal plans.

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

Viewing 15 posts - 4,246 through 4,260 (of 5,841 total)