Forum Replies Created

Viewing 15 posts - 3,556 through 3,570 (of 5,841 total)

  • RE: memory issues in SQL Server 2005 cluster frequently

    snivas (3/3/2011)


    Hi all

    I have a A/P cluster server running with SQL Server 2005 RTM and allocated min memory is 8GB and max memory is 24 GB.(Total memory 32GB)

    Today SQL...

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

  • RE: DBCC Checks

    Please script out your tempdb database (righ-click on the database icon in SSMS and Script Database As Create To New Query window.

    Maybe you just have a tempdb that...

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

  • RE: tempdb question

    Jeff Moden (3/7/2011)


    TheSQLGuru (3/7/2011)


    1)3) I guarantee you that I can fill up an 8GB tempdb with data from a 400MB database for a SORT operation - it is called a...

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

  • RE: How much is too much for a table variabe?

    There are VERY few scenarios where you want to consider table variables over temp tables: VERY high volume executions where temp-table-driven recompiles are causing issues, logging situations (table vars keep...

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

  • RE: Update statistics

    Given the question the OP asked, I imagine he/she has little ability/knowledge about query plans and how statistics are used to generate them. Time for some reading, since this...

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

  • RE: tempdb question

    1) 16 files is almost certainly unnecessary, and unless they are on separate spindles could be causing IO performance problems due to excessive head thrashing.

    2) why no autogrowth on those...

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

  • RE: Quick question on using a trigger for something....

    Your statement is correct cloud9.

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

  • RE: Number of Reads in Profiler and Actual Execution Plan

    Explicit cursors can crush your actual execution plan (and thus actual IO in profiler) too.

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

  • RE: NEED HELP REGARDING udf

    1) TVFs that have multiple statements like this are HORRIBLE from a performance standpoint.

    2) the clustered PK on the table will probably induce a lot of overhead for absolutely no...

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

  • RE: Insufficient Memory issues

    there is no need to have information on how to identify memory issues in your case. YOU HAVE MEMORY ISSUES - PERIOD. You simply cannot successfully run 4...

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

  • RE: Some tips for working with big data models

    ERStudio from Embarcadero is your friend when you have complex data models!

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

  • RE: is UNION ALL inherantly slow?

    I'm with the BULK INSERT camp when it can be used on the particular file type.

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

  • RE: Update Stats -On or OFFF for big tables?

    sqldba_icon (3/1/2011)


    DO you know of any good affordable performance tuning consultants?

    Affordable is a VERY relative term. Value can come from being able to do something that others cannot do...

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

  • RE: CXPACKET wait type

    Jaimie, please don't post to threads that were started 2.5 years ago . . . 🙂

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

  • RE: CPU Usage

    1) sp_whoisactive

    2) search web for glenn berry sql server DMV. here is one for 2008, he has another for 2005. lots of goodness here: http://sqlserverperformance.wordpress.com/2009/05/21/sql-server-2008-diagnostic-script/

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

Viewing 15 posts - 3,556 through 3,570 (of 5,841 total)