Viewing 15 posts - 6,436 through 6,450 (of 14,953 total)
Jeff Moden (10/21/2010)
ALZDBA (10/20/2010)
Dito.And it only serves a single purpose. i.e. strict hierarchy.
Ever tried building a family tree ?
Thanks for the input, Johan. Heh... from what I've seen, even...
October 22, 2010 at 6:49 am
Oliiii (10/22/2010)
October 22, 2010 at 6:22 am
Why are you using a subquery for the final column? Why not just move "where i.[record type] = 'overall'" into the Where clause of the main query?
October 21, 2010 at 2:03 pm
I'm not sure how an Instead of Delete trigger would know to run (actually delete stuff) the first time and not run in subsequent calls, without potentially complex "mutex" implementations...
October 21, 2010 at 2:00 pm
Jeff Moden (10/20/2010)
GSquared (10/20/2010)
it's been worse than every other standard hierarchy implementation that I know of
What do you mean, Gus? How has it been worse? Implementation, performance,...
October 21, 2010 at 1:40 pm
A) No, what I described doesn't match what you're asking. If you ask me to restore a database from a backup file, I'll use the wizard for it. ...
October 21, 2010 at 1:29 pm
Can you build a .NET DLL that will do the hashing for you? If so, you can use that in a CLR trigger in SQL 2005/2008. That should...
October 21, 2010 at 1:13 pm
preensheen (10/20/2010)
GSquared (10/20/2010)
October 21, 2010 at 1:11 pm
I'd search around (Google/Bing/whatever) and see if you can find a regex that can do that for you. There probably are some. That'll be your best answer to...
October 21, 2010 at 1:08 pm
I'm assuming the existence of an outer table that lists the site/product combinations that are being queried.
If that's not the case, then a simple cross join of valid site IDs...
October 20, 2010 at 1:51 pm
How are you building the header? If I remember correctly, you're using a local variable to do that. Can't you just add the quotes in the code where...
October 20, 2010 at 1:49 pm
Craig, I think you're overcomplicating it. The select I wrote could certainly be built into a view.
October 20, 2010 at 1:46 pm
You can Join by using a Like statement. That's probably what your teacher is looking for.
On the other hand, the "step through" makes it sound like the assignment might...
October 20, 2010 at 1:44 pm
Viewing 15 posts - 6,436 through 6,450 (of 14,953 total)