Forum Replies Created

Viewing 15 posts - 3,631 through 3,645 (of 5,841 total)

  • RE: how to reduce the impact of an UPDATE LOCK

    Ahh, the old "add an index to avoid a table-scan update" solution! Good job! 😎

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

  • RE: LDF file growth

    Boy, if I had a nickel for every one of these types of posts - or every time I have seen a CLIENT do this . . . :w00t:

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

  • RE: DBCC REINDEX for each table

    get the complete and FREE maintenance suite at ola.hallengren.com!!! Can't say enough good things about this - and it does much more than just index mx.

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

  • RE: Online mirror server for offloading work

    NOTE: SQL 2011 (aka Denali) will require ENTERPRISE EDITION WINDOWS SERVER AND ENTERPRISE EDITION SQL SERVER to do clustering/mirroring!!! Pretty much sucks in my book and I and others...

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

  • RE: how to reduce the impact of an UPDATE LOCK

    variety of things could be at play here. I HIGHLY recommmend you engage a performance tuning consultant for a day or two to dig into what is really going...

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

  • RE: Performance Issues when upgrading from SQL 2000

    1) yep - don't shrink

    2) make the database big enough to contain 12-18 MONTHS of expected data growth (including indexing sizes)

    3) you MUST update ALL statistics with a FULL SCAN...

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

  • RE: 64K Offset

    evenly divisible is fine - although if you are on a SAN you need to take raid group striping sizes into account. Win2008+ now aligns on 1024K (at least...

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

  • RE: Convert to mm/dd/yyyy

    CAST and CONVERT in books online. There are many examples there.

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

  • RE: MDW Database bloats; Purge job runs continuously

    I STRONGLY STRONGLY encourage you to stop using the MDW and purchase a third party product for your server monitoring. MDW is NOT ready for prime time and will...

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

  • RE: Difference between temporary table and table variable

    I recommend to my clients to ONLY use temporary tables unless they have one of the following situations: a) VERY high volume OLTP hits where they need to avoid recompilations...

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

  • RE: Joining Problem

    siluctc (2/1/2011)


    @lalit sir.. the plan is now to use linq or clr store procedure. Can u suggest which one is better and why.

    DO NOT USE LINQ TO SQL, and avoid...

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

  • RE: Need the Price with the Latest Date

    MAX DATE method has one downside though - you can get duplicate output if more than one record has the same MAX DATE. This should not happen with ROW_NUMBER()...

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

  • RE: A table with a nonclustered index but without primary key or clustered index

    1) check the DMV for index usage to see if the nonclustered index is actually being used

    2) you may also want to run a DETAILED index physical stats DMV check...

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

  • RE: How can we estimate a size of a new Database to be set up ??

    Additional comments:

    1) I advise my clients to size a database to contain 12-18 months worth of data and evaluate monthly or at least quarterly.

    2) Recall that the clustering key is...

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

  • RE: Missing one Log backup from Log shipping

    one last thing - did you check the Recycle bin on the backup server just in case?

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

Viewing 15 posts - 3,631 through 3,645 (of 5,841 total)