Viewing 15 posts - 5,416 through 5,430 (of 5,841 total)
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.
January 9, 2008 at 7:57 am
Jerome (1/7/2008)
January 8, 2008 at 8:13 am
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...
January 7, 2008 at 8:10 am
Carl Federl (1/6/2008)
1. For the triggering table, create two...
January 6, 2008 at 3:45 pm
Tony Mungor (1/6/2008)
1. Spatial data is an interesting feature hardly anybody uses....
January 6, 2008 at 3:19 pm
Does Oracle really not have temporary tables, or is it just non-performant to use them??
January 6, 2008 at 8:18 am
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...
January 3, 2008 at 2:14 pm
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...
January 3, 2008 at 2:14 pm
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. ...
January 3, 2008 at 2:05 pm
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...
January 2, 2008 at 10:32 am
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...
January 2, 2008 at 10:11 am
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...
January 2, 2008 at 10:03 am
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...
January 2, 2008 at 9:05 am
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...
January 1, 2008 at 7:36 pm
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...
December 28, 2007 at 8:10 am
Viewing 15 posts - 5,416 through 5,430 (of 5,841 total)