Forum Replies Created

Viewing 15 posts - 4,966 through 4,980 (of 5,841 total)

  • RE: SQL Server 2008 SSMS Enhancements - Debugging Support

    ApexSQL, after some fits and starts, should have a public beta of their debugger product out within a month. I have been advising them on the product and have...

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

  • RE: SQL Server monitoring tools

    I have interacted with all of the products over the years, and I too am starting to lean towards the new SQL Sentry Performance Advisor. Those guys and gals...

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

  • RE: Functio to get Amount in words.

    Jeff Moden (10/14/2008)


    TheSQLGuru (10/14/2008)


    That site has a lot of really great stuff. Aaron Bertrand, IIRC.

    And I too think this is a presentation layer item. Or perhaps a CLR...

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

  • RE: Functio to get Amount in words.

    That site has a lot of really great stuff. Aaron Bertrand, IIRC.

    And I too think this is a presentation layer item. Or perhaps a CLR function??

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

  • RE: Return all rows where one is a match

    It has been my experience that IN causes more problems with optimization than EXISTS does, so I recommend that mechanism.

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

  • RE: Problem with trigger. Urgent!!!

    Instead of trigger would be my choice as well.

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

  • RE: Table Variables and performance

    Michael Earl (10/8/2008)


    A table variable usually has to get pretty big before it spills over into TempDB.

    Don't forget that the 'definition' of 'pretty big' varies depending on the current memory...

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

  • RE: WMI Page Faults Extremely High

    I have seen a number of my client's servers where the wmiprvse.exe process routinely exhibits excessive paging. If anyone can tell me why this may be occurring (or...

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

  • RE: Query Tuning in TSQL

    Thanks for the clarification!

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

  • RE: Query Tuning in TSQL

    1) Can anyone give me some justifications for the apparent agreement that table variables should be used for 100 rows??

    2) A minor point on the OP: You...

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

  • RE: Parameter Sniffing with sp_ExecuteSQL ?

    1) yes, you can get parameter-sniffing type problems from sp_executesql.

    2) I wonder if the use of GUIDs is enabling a problem here? Gosh I hate those things...

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

  • RE: Index Blocking Issue

    Eric Inman (10/5/2008)


    If this is a money making site for your company, the decision makers saying that real time access to reporting on session data(???) outweighs users accessing the site...

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

  • RE: Best way to reindex large tables/indexes

    Jeff Moden (10/3/2008)


    Yep... but with "VLDB's", hardware costs should be the least of your worries.

    Certainly from a storage perspective, although a GOOD SAN can be a tad pricey.

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

  • RE: Autogrowth - Best Pratice

    >>Think "compound interest".

    Think "read my post"! 😀

    The default data file growth is ONE MEGABYTE, not TEN PERCENT (at least on all the servers I recall installing). ...

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

  • RE: High CPU. Many processes have SOS_SCHEDULER_YIELD

    Blake, you should consider disabling hyperthreading (you mentioned 8 physical, 16 logical cores). HT often leads to worse performance not better in SQL Server environments. Test with your...

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

Viewing 15 posts - 4,966 through 4,980 (of 5,841 total)