Viewing 6 posts - 1 through 6 (of 6 total)
1. I tested it. joins do take time.
2. These values hardly ever get updated. They are set and done: New product property=> new entry.
3. You can't imagine tables with more...
March 20, 2006 at 8:28 am
To be honest with you I doubt a join over oodles of tables beats a single select, even if the join is via a clustered index. Naturally it ALLWAYS needs...
March 20, 2006 at 7:15 am
Excuse me to interrupt your discussion, but earlier you where asking whether somebody could imagine a well normalized table with more than 10 columns?
Hmmm. As we all know, a db...
March 20, 2006 at 4:01 am
Thumbs up for your slightly sarcastic response. The small difference: You were polite.
This person is propably just too stupid to submit a registration form. Well, I guess, the left of...
February 3, 2006 at 3:30 am
On our system, the script throws an exception 'integer overflow'. Change the formula : All
'size * 8192'
should read
'size * 8192.0'
December 6, 2005 at 3:38 am
I use a slightly different approach (despite of the usp_)
>> Module_Object_Action
I can divide my stored procedures to operate in different parts of the DB (CRM, Statistics, Reporting etc.). That's a...
October 3, 2005 at 9:35 am
Viewing 6 posts - 1 through 6 (of 6 total)