Forum Replies Created

Viewing 15 posts - 3,391 through 3,405 (of 5,841 total)

  • RE: how to avoid nc-index scan on update?

    We cannot help you without more details.

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

  • RE: Scalar Functions (UDF's) compile at runtime causing locks

    Scalar UDFs are the single worst performance problem I have dealt with over the last 5 years as a perf tuning consultant. I advise my clients to NEVER EVER...

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

  • RE: Fill Factor "best" setting for GUID

    tfifield (5/11/2011)


    Ninja,

    You also might want to consider how data is entered for the table. If there are VARCHAR type columns that are initially empty and then get filled in...

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

  • RE: Performance Issues with High Volume Inserts and Selects on same table

    1) http://support.microsoft.com/kb/297861: that article is for sql 7 and sql 2000!!! WAY out of date.

    2) your request for help is very deep and complex. That isn't typically what...

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

  • RE: Fill Factor "best" setting for GUID

    sequential is definitely the way to go. And there are ways you can do this in the middle tier too if you need it. With those you can...

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

  • RE: SQL Server 2005 High Availability - SQL Clustering (windows 2003 & SQL 2005)

    Schadenfreude-Mei (5/10/2011)


    TheSQLGuru (5/10/2011)


    Clustering (and HA in general) is a VERY COMPLEX and CRITICAL subject!! You are asking questions that lead me to believe you have a very low probability...

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

  • RE: Table valued Function Performance

    rootfixxxer (5/10/2011)


    Thanks for the reply.

    I'll do what you suggest and come back with the results, but how do i test the file IO in the second point?

    I'll let the refactoring...

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

  • RE: My sql server does not start

    One final thing: if you have Lock Pages In Memory setting enabled, you probably should consider turning that off since you have multiple instances.

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

  • RE: Paging on huge tables with row_number

    That doesn't seem to be a valid query plan - it won't open in Plan Explorer. It also goes WAY beyond simple help that you get for free on...

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

  • RE: STOREPROC VERY SLOW

    GilaMonster (5/9/2011)


    terrykzncs (5/9/2011)


    Like they said before, start with replacing the cursors with set statements. But then replace the temp tables with table variables.

    In general I recommend the other way around....

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

  • RE: Table valued Function Performance

    Sounds like a possible regression to me, although I will add the following first:

    1) update stats must be done on EVERYTHING and with FULL_SCAN. no exceptions, and to do anything...

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

  • RE: SQL Server 2005 High Availability - SQL Clustering (windows 2003 & SQL 2005)

    Clustering (and HA in general) is a VERY COMPLEX and CRITICAL subject!! You are asking questions that lead me to believe you have a very low probability for success....

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

  • RE: My sql server does not start

    TheSQLGuru (5/10/2011)


    Assuming this system USED to start up successfully, SOMETHING has changed:

    1) check permissions on drives, directories, files that have sql server data.

    2) did someone enable windows Data Execution Prevention...

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

  • RE: My sql server does not start

    Assuming this system USED to start up successfully, SOMETHING has changed:

    1) check permissions on drives, directories, files that have sql server data.

    2) did someone enable windows Data Execution Prevention stuff?

    3)...

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

  • RE: Insert and Update Within a Transaction

    run sp_whoisactive (search sqlblog.com for latest version of this AWESOME freebie) to check for blocking.

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

Viewing 15 posts - 3,391 through 3,405 (of 5,841 total)