Forum Replies Created

Viewing 15 posts - 5,086 through 5,100 (of 5,841 total)

  • RE: Career Advice...what is next after SR SQL DBA ?

    Lots of people here have thrown out the DBA Architect roll. But I don't know that most Sr DBAs have what it takes to move into that roll, especially...

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

  • RE: Career growth - Production Support SQL Server DBA

    There are more and more companies offering production dba support as a service. Thus I think this class of employee will be less in demand with laid-off types bloating...

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

  • RE: How to get all activities on SQL server without using Profiler.

    Mohammad Irfan (7/2/2008)


    rw_ebox (7/2/2008)


    If your environment is MS SQL 2005 + SP2, the best choice is SQL Server 2005 Performance Dashboard. It is a free download software.

    http://www.sql-server-performance.com/articles/per/bm_performance_dashboard_2005_p1.aspx

    Cant do anything on...

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

  • RE: How to get all activities on SQL server without using Profiler.

    Does this server have a non-default max memory setting? You should do that for every server, and it will probably prevent the issue you are seeing.

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

  • RE: no parallelism in the execution plan - why?

    In given case it isn't a datatype declaration, just not using the correct type due to the cast. I assume you were doing 101 convert to remove the time...

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

  • RE: One function causes CPU 100

    Another very good thing to look for in query plans is low estimates with telephone numbers for actual rows.

    My first cut at a profiler run at a new...

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

  • RE: no parallelism in the execution plan - why?

    I'm hoping that this 'bad query' was the culprit in the performances issues I was having - it would have been running on the morning of my attempted server switch....

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

  • RE: One function causes CPU 100

    I will just point out 1 thing here (not much to add since we have essentially no details to offer advice on thus far) is that a logical IO doesn't...

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

  • RE: no parallelism in the execution plan - why?

    1) In general the optimizer is much better in 2005 than 2000. However, there were a BUNCH of regressions - queries that perform slower on 2005 than 2000. ...

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

  • RE: SQL server 2000 - Performance issue

    zach_john (6/27/2008)


    Did you run a perfmon and look at the average disk read queue length for each drive? The Average here should be under 2, if it's not look to...

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

  • RE: Database Corruption problems

    Personally I think this is a time to call Microsoft Product Support.

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

  • RE: Table Valued functions Vs Scalar Valued Functions

    At each of my last 3 SQL 2005 performance tuning/analysis client gigs I have addressed tremendous performance issues by removing the use of TVFs (and also table variables). It...

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

  • RE: SAN Storage

    jim.powers (6/26/2008)


    TheSQLGuru (6/26/2008)


    I would like to add that it has been my experience that SAN vendor consultants know VERY little about how to optimally configure a SAN for SQL Server...

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

  • RE: in sys processes "lastwaittype " showing PAGEIOLATCH_SH

    I still submit that the most cost effective thing you can do is hire a decent perf consultant for a limited tuning analysis engagement.

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

  • RE: in sys processes "lastwaittype " showing PAGEIOLATCH_SH

    Glad performance improved. It is simply amazing how often IO is the cause of poor database performance.

    My quickie review of your perfmon reveals the following:

    1) Avg CPU is pretty...

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

Viewing 15 posts - 5,086 through 5,100 (of 5,841 total)