Forum Replies Created

Viewing 15 posts - 4,951 through 4,965 (of 5,841 total)

  • RE: How to debug timeout/deadlock problems on a table in SQL 2000?

    nice little snipped there! 😉

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

  • RE: CXPACKET wait type

    Probably the BEST thing you can do (if able) is to a) max out the servers RAM (which is hopefully many, many GBs) and b) add more spindles to the...

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

  • RE: Transaction Log a part of Full backup????

    nilmov (10/20/2008)


    i have a citrix server database and it has mostly inactive transactions and also it grows tremendosly . i have the disk space of 200 GB for log drive...

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

  • RE: Transaction Log a part of Full backup????

    Steve Jones - Editor (10/20/2008)


    Shrinking the transaction log regularly doesn't buy you time, it grows again as the two above mentioned.

    The only time you shrink it is when some rare,...

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

  • RE: SQL 2005 Cluster FUBARed- I am being asked to repair it tomorrow.

    I am with Steve here: call Microsoft Support. You have an incredibly esoteric situation that even they may not have encountered. Uninstalling/reinstalling SQL Server MAY work, but...

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

  • RE: Help with perfmon results?

    1) you almost certainly have IO stall issues given the TOTAL averages you have. Specify individual drives that have mdfs and ldfs on them for monitoring in the future.

    2)...

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

  • RE: How to debug timeout/deadlock problems on a table in SQL 2000?

    Here is the Bible for deadlock troubleshooting: http://blogs.msdn.com/bartd/archive/2006/09/09/Deadlock-Troubleshooting_2C00_-Part-1.aspx

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

  • RE: Fill factors, index fragmentation and indexing strategy

    So it looks like the only difference between what you guys are saying and what the TheSQLGuru is saying is in the fill factor for the NC indexes.

    Based on our...

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

  • RE: Data Modelers - Alternatives to Erwin

    If you are a SQL Server only shop, be sure to ask Embarcadero for SQL Server only licensing. This can lead to much lower costs than the full cross-platform...

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

  • RE: CPU 100% and critical

    More questions:

    1) how much RAM on the box?

    2) How good (or poor) is your IO?

    3) take a look in Perf Mon at Physical Disk: avg disk sec/read and...

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

  • RE: Fill factors, index fragmentation and indexing strategy

    Marios Philippopoulos (10/16/2008)


    I think it's settled. I will ask the developer to create the non-cl. idxs with 60% fill factor.

    Thanks for your help.

    Since (it seems that) the data is populated...

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

  • RE: CXPACKET wait type

    At least 75% of my clients have multi-cpu servers with insufficient RAM or IO capabilities (or both!), and thus suffer from significant CXPACKET waits on largish queries. It is...

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

  • RE: Variable #of arguments to UDF/stored procedure

    See here for some guidance: http://www.sommarskog.se/arrays-in-sql.html. Not sure if this has been updated for 2008 though.

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

  • RE: Moving Large Table to Different File Group

    Pam Brisjar (10/16/2008)


    This is a hack, plain and simple. If you really want to move the table, the best way is to create a "temp: table on the new...

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

  • RE: Moving Large Table to Different File Group

    I think several things were missing from the article:

    1) You should cover the need to handle foreign keys to the PK

    2) You should cover a best practice of dropping the...

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

Viewing 15 posts - 4,951 through 4,965 (of 5,841 total)