Forum Replies Created

Viewing 15 posts - 3,676 through 3,690 (of 5,841 total)

  • RE: PBM Policy / WMI query to see which CPUs are in power-saving mode

    This has been a VERY hot topic for the SQL community. Thanks for posting this!

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

  • RE: Critique - Common SQL Server Mistakes

    Steve Jones - SSC Editor (1/24/2011)


    Kevin, very true. I think this one is mostly a 100 level, sometimes going to a 200 level of stuff. It probably needs to be...

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

  • RE: Critique - Common SQL Server Mistakes

    Steve, I don't think a talk abstract can be reviewed unless the level of the topic is also included, along with the target audience (Administrators, TSQL Developers, etc).

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

  • RE: Queries on Queries for Performance

    sql_butterfly (1/23/2011)


    Hello Sir, its not like I didn't give it a try. I read a lot and tried lotz of options and tested them as well. However whatever I have...

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

  • RE: Execution Plans - How long will they stay?

    sqldba_icon (1/20/2011)


    I would like to know from other DBA's on how do they manage execution plans for procedures.

    i) i have a procedure when it is executed for the first...

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

  • RE: Blocked Processes

    sudhakara (1/22/2011)


    Hi,

    Am Getting alert message from third party monitoring tool saying that blocked process reaches 99% on the ms sql server 2005. but there is no blocking on the server...

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

  • RE: trobleshoot

    srik780 (1/23/2011)


    1)cpu utilization is 100percent how will troble shoot it?

    2)how can troble shoot time out errors?

    plzzz any one

    a) the BEST way to learn performance analysis and tuning is to...

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

  • RE: Need help on tunning

    moosamca (1/21/2011)


    1) you say you "got what you expected" after partitioning. what exactly was that?

    We had slowness in one module which user pull the data and load in a grid,...

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

  • RE: Linked Server Query In A View

    I beat it into the heads of all my client's staff (and SQL Saturday attendees) to ALWAYS use the correct datatypes in ALL scenarios. 🙂

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

  • RE: Export Maintenance plans form SQL 2005 to 2008

    1) http://www.pragmaticworks.com might have a tool to help with this.

    2) please take a look at ola.hallengren.com for a FREE suite of scripts to help you move away from maintenance packages...

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

  • RE: Rebuild Index

    ravisamigo (1/20/2011)


    Sorry for the late reply.

    Thanks of your valid suggestions and help !!

    Is there any impact to database if we do the index rebuild simultaneously/parellely except the performance issue means...

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

  • RE: Need help on tunning

    1) you say you "got what you expected" after partitioning. what exactly was that?

    2) how exactly are you using the given UDF? as direct output from a select statement...

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

  • RE: Merge performance on Very Large Tables

    I didn't dig deep into this but I have seen this pattern many times in the past. Since you say the run time goes up a LOT as total...

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

  • RE: (T-SQL) SQL 2000 Profiler Trace Result

    You are going about this the wrong way. What is MORE important (usually) than a single bad plan is how bad things are IN AGGREGATE. Which is more...

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

  • RE: Update with Row Lock -How to Optimize this

    dant12 (1/14/2011)


    if on SQL 2008 issue

    ALTER TABLE table SET (LOCK_ESCALATION = DISABLE)

    to disable lock escalation on that table, after that sql server will respect locking hints

    Incorrect. Per BOL:

    DISABLE

    Prevents lock...

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

Viewing 15 posts - 3,676 through 3,690 (of 5,841 total)