Viewing 7 posts - 136 through 142 (of 142 total)
I have found even very small tables like 10 row lookup tables can benefit. I have flip-flopped on this one several times but typically I include an identity column...
February 12, 2008 at 2:25 pm
Hi vince,
I think this is a great script. I wish I had seen it when is was first posted 🙂
I wonder if you have updated or modified...
September 28, 2007 at 7:31 am
I don't see how any query can avoid a table scan given a condition like "all company names that contain the word THE".
I have used this technique to meet some...
September 28, 2007 at 6:56 am
I don't understand the facination with VM Ware or Virtual Server for Production SQL. Any machine with enough power to host mulitiple virtual machines is certainly has enough power to...
May 17, 2007 at 9:00 am
I concur with Michael. I use indentity integers as primary keys almost exclusively. I place a Unique constraint on the natural key column if it seems advisable for data base integrity...
February 26, 2007 at 1:06 pm
Hi William,
I agree with Bledu. I use table variables A LOT. Generally they are every thing you want a temp table to be and more.
There are a couple of things...
February 26, 2007 at 9:30 am
We require all application access to use Stored Procedures. In fact the app users do not Select, Insert, .. privileges at all.
When there is a complex select I use various Stored...
February 26, 2007 at 9:11 am
Viewing 7 posts - 136 through 142 (of 142 total)