Forum Replies Created

Viewing 15 posts - 5,416 through 5,430 (of 5,841 total)

  • RE: Tune this...Large Estimated Row Size

    Get SQLNitro from http://www.dba24hrs.com. Tell them TheSQLGuru sent you to get a discount. Really an amazing product designed for EXACTLY your problem.

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

  • RE: SQL SERVER 2005 vs ORACLE 10G

    Jerome (1/7/2008)


    In SQL Server, the DBA has no "real" control over sorting and cache memory allocation. The memory allocation is decided only globally in the server properties memory folder, and...

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

  • RE: HIPAA Considerations

    I don't recall there being a requirement to encrypt data within an 'appropriately protected' network. I do recall 128bit encryption being the minimum for external data transfer over open...

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

  • RE: SQL SERVER 2005 vs ORACLE 10G

    Carl Federl (1/6/2008)


    "5. Just TRY to write a set based trigger in Oracle... just go ahead and try!" This can be done.

    1. For the triggering table, create two...

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

  • RE: SQL SERVER 2005 vs ORACLE 10G

    Tony Mungor (1/6/2008)


    OK, now that we have picked on Oracle let's point out a few of its good or unique features.

    1. Spatial data is an interesting feature hardly anybody uses....

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

  • RE: SQL SERVER 2005 vs ORACLE 10G

    Does Oracle really not have temporary tables, or is it just non-performant to use them??

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

  • RE: replace cursor ?????????????????

    I, like Jeff, would be happy to rework this for you at my normal work-from-home consulting rate (which is a good bit less than my onsite rate). And I...

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

  • RE: SQL SERVER 2005 vs ORACLE 10G

    Go to tpc.org to see that all the major players have TREMENDOUS scalability on current hardware. We have lots of options for maximum performance or cost optimization. Not...

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

  • RE: To Generate More than One Billion Numbers on the fly

    One thing I note on the test script is no tlog truncation or checkpoint or delay to ensure that those things (tlog growth for example) didn't affect the timing. ...

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

  • RE: Extent Scan Fragmentation Increases After DBReindex - Why???

    With autogrow maintaining your database size you have virtually no chance of having non-fragmented data and indexes. Double or triple the size of the database and then try some...

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

  • RE: SQL 2005 SP2 not using all CPU's

    It can often be both faster and more 'concurrent' to do large-scale deletes in smaller batches on some indexed key. You need a small enough batch size to ensure...

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

  • RE: Difference between 'hash match/inner join' and 'nested loops/inner join' in execution query plan?

    A nested loop query plan is usually optimal when there are small numbers of rows in one table (think 10s to perhaps 100s in most cases) that can be probed...

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

  • RE: Extent Scan Fragmentation Increases After DBReindex - Why???

    DBADave, you state "In terms of disk space I have enough free space to accomodate the rebuild of the indexes for the table in my example.". Free DISK space...

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

  • RE: Extent Scan Fragmentation Increases After DBReindex - Why???

    How much free space do you have in the database?? Make sufficient free space in the database to contain the rebuilt object (or better 3 or 4 times the...

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

  • RE: Need suggetions on correct raid config

    1) Ditto on the RAID 5/RAID 10 performance stuff. Don't go there.

    2) Why did you get such different drive types? Are they all 15KRPM? Will a 300GB...

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

Viewing 15 posts - 5,416 through 5,430 (of 5,841 total)