Viewing 15 posts - 5,416 through 5,430 (of 5,843 total)
1) It has been my experience that queries are almost NEVER as optimized as my clients think they are.
2) You can pick up tremendous throughput improvements with appropriate data placement.
3)...
January 11, 2008 at 8:01 am
Andre Mair (1/10/2008)
In my opinionSmall Database SQL Server (less than say 50GB)
Huge Database Oracle (anything more than 50GB)
That is exactly the kind of statement I was addressing when...
January 10, 2008 at 12:22 pm
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
Viewing 15 posts - 5,416 through 5,430 (of 5,843 total)