Viewing 7 posts - 1 through 7 (of 7 total)
Jeff - not sure yet if we are set. I purchased Optimizing Transact-SQL by David Rozenshtein (and others) and the first chapter is "Single Statement SQL Solutions to the Table...
September 29, 2006 at 9:20 am
Sergiy - That "table structure must support data entities and its relationship" is the rub. Traditional relational databases do not do that as well as we'd like for objects, (as...
September 29, 2006 at 7:41 am
Thank you for your input. The database structure is very unorthodox, but it has to be that way to satisfy the requirements of the application we are writing. Actually several "sister" applications...
September 28, 2006 at 7:16 am
We will compare performance for the various options. Rozenshtein's book is still available, used and I am purchasing a copy - it sounds like a good book to have,...
July 26, 2006 at 8:06 am
Thanks, Peter, I'll give it a try...but still hoping for a solution re: PIVOT :<.
July 25, 2006 at 3:38 pm
There cannot be duplicate values in the table, or at least there shouldn't be. If I have to use MAX so be it, but calculating the aggregate is an operation...
July 25, 2006 at 3:36 pm
Thank you Peter, I read the article. The thing is, we have need of dozens of such procs and I would like to keep it simple, hence my desire...
July 25, 2006 at 3:08 pm
Viewing 7 posts - 1 through 7 (of 7 total)