Forum Replies Created

Viewing 15 posts - 3,466 through 3,480 (of 5,841 total)

  • RE: SQL Server 2005 CPU bottleneck

    1) you should never have messed with processor affinities. set back to using all automatically, not explicit ones.

    2) The problem here isn't your CPUs, it is one...

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

  • RE: Online Indexing

    I too would like to see the exact statement used for one of these online indexing operations.

    Your poor performance is almost certainly due to an insufficient IO subsystem. Indexing...

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

  • RE: temp table and dynamic sql problem

    pardeshkumar (4/18/2011)


    All thanks for your help .

    Problem is resolved.Problem is datatype difference and i changed and it worked fine.

    Once again thanks for all your help

    Sure woulda been nice if you...

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

  • RE: temp table and dynamic sql problem

    pardeshkumar (4/17/2011)


    i created a store proc

    i created a temp table and data is passed using another temp table

    now i am using dynamic sql and calling the temp table and it...

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

  • RE: Maintenance plan for large databases, how many times?

    1) Stop using maintenance plans, ESPECIALLY for index defrag stuff. Go to ola.hallengren.com and get the free suite of maintenance stored procedures there. Fully documented, and they even...

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

  • RE: LOG FILE SIZE

    If I had a nickel for all the times I have seen this kind of post . . . 😀

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

  • RE: copy files through network to another server

    I have helped several clients with this and often the fastest mechanism is USB drive(s). If you do have multiple USB 2.0 ports on separate busses on the server...

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

  • RE: Maintenance plan save - Catastrophic failure

    My vote is to stop using maintenance plans altogether!! They are horrible. Go to ola.hallengren.com and get the FREE goodness there. Complete MX suite, including creating agent...

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

  • RE: Basic concat over 500 times slower than straight select?

    Ninja's_RGR'us (4/14/2011)


    No doubt there.

    That was supposed to be a quick 2 minutes "job" to test the outcome of full recompile.

    I'm well aware of logging limits and single thread, but why...

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

  • RE: SQL Clustering

    I agree with Steve - if this is a production system you REALLY REALLY need to engage a qualified consultant. Given the questions you are asking and the lack...

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

  • RE: Performance Issue

    The plan cache in SQL 2005 RTM can use over 75% of your total RAM too. Gets ugly.

    If your system is a production one and you quickly need to...

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

  • RE: Basic concat over 500 times slower than straight select?

    Gotta say that I am absolutely stunned that we have spent this much effort to try to concatenate a string that has a cursor-driven solution that offers many benefits:

    1) incredibly...

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

  • RE: SQL 2008 Performance Counters gone MAD - Ample RAM but Page Life expectancy and Buffer counters are not happy

    There are MANY unanswered questions here. Chief among them:

    1) what is max memory setting for sql server?

    2) what else is running on the server?

    3) what is the underlying IO...

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

  • RE: SLOW RUNNING SQL AGENT JOB

    If your "reorg" job actually does a rebuild, then that would update stats, which will clear the cache and thus get you new plans that could be optimal for existing...

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

  • RE: SLOW RUNNING SQL AGENT JOB

    Given that your query runs in 90 seconds from SSMS I am betting you have a suboptimal plan cached that is being used by the Agent job. The sledge...

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

Viewing 15 posts - 3,466 through 3,480 (of 5,841 total)