Forum Replies Created

Viewing 15 posts - 4,576 through 4,590 (of 5,841 total)

  • RE: SSIS I/O

    Probably depends on what you are doing with the data after you suck it out of DB2. If you are just shoving it into a final resting spot perhaps...

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

  • RE: How To Get Table Row Counts Quickly And Painlessly

    the sp_spaceused issue isn't with performance it is with getting the wrong answer.

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

  • RE: How To Get Table Row Counts Quickly And Painlessly

    rja.carnegie (9/3/2009)


    TheSQLGuru (9/3/2009)


    I expect there to be lots of 'messes' out there related to MERGE and triggers. So incredibly difficult to follow some of the logic trees when both...

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

  • RE: How To Get Table Row Counts Quickly And Painlessly

    Guys,

    How about the below queries which use only 1 table or view to get the required info.

    Also the stress on the system will be reduced by using less number...

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

  • RE: How To Get Table Row Counts Quickly And Painlessly

    I expect there to be lots of 'messes' out there related to MERGE and triggers. So incredibly difficult to follow some of the logic trees when both are involved!

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

  • RE: NUMA Node

    GilaMonster (9/3/2009)


    TheSQLGuru (9/3/2009)


    I sure wish there was more information available about NUMA and how SQL Server uses it and how it can affect performance. 🙁

    There was a whole presentation on...

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

  • RE: NUMA Node

    I sure wish there was more information available about NUMA and how SQL Server uses it and how it can affect performance. 🙁

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

  • RE: sqlserver 2000 sp4 issue

    Please note that there was a VERY important update to SP4 that you must apply if you use AWE.

    As for connectivity problems, I recommend you get a professional...

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

  • RE: Blocking issues

    I recommend batching up the inserts and updates so you only do some subset of the records in each transaction. This is very simple to do if you have...

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

  • RE: How to get the blocking details..

    check out sp_WhoIsActive, an AMAZINGLY capable sproc from Adam Machanic.

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

  • RE: How To Get Table Row Counts Quickly And Painlessly

    >>I just didn't want people that were going to write a script in 2k for this to even think about using a (ugh!) cursor or While Loop to get reasonably...

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

  • RE: How To Get Table Row Counts Quickly And Painlessly

    There can be a bad downside to COUNT(*) that has gone unmentioned: by doing a scan on something (especially the entire table if it has no non-clustered index on...

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

  • RE: Dividing Tempdb datafiles into multiple files

    NOTE: if your IO subsystem sucks (as most I have encountered do), using 8 files for tempdb can actually result in LESS IO throughput than 1 or 2 or perhaps...

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

  • RE: Good books (advanced) on query optimization/tuning

    D.Oc (8/30/2009)


    Here is one more good book for ya: "Professional SQL Server 2005 Performance Tuning" from Wrox.

    I've put my paws on it just few weeks ago, I still have a...

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

  • RE: Performance Issues and Sql Server Memory

    If you have other stuff running you likely won't be happy with /3gb.

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

Viewing 15 posts - 4,576 through 4,590 (of 5,841 total)