Viewing 15 posts - 44,881 through 44,895 (of 59,095 total)
Bob Hovious (3/2/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2009 at 6:14 pm
john.arnott (3/2/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2009 at 5:46 pm
saravanantvr1984 (2/27/2009)
My hearty thanks to Chris Morris
You got help here... help us, please.... what is the business rule that you've been made to suffer that requires all parts of a...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2009 at 9:28 am
There's no special technique for this... it's simply the choice to figure it out using regular ol' set based code. It doesn't require a Tally table or any of...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2009 at 9:24 am
Heh... you mean the pork chops go to Kamran Ali. 😛
If someone would post the "example data" in a reasonable format according to the link in my signature below, maybe...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2009 at 6:03 am
Sounds like a fun binary search problem... I'll have to give it a try using pseudo cursors. Thanks, Alexander... I'll dog-ear this post and let you know what I...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2009 at 5:52 am
mverma4you (3/2/2009)
And then...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2009 at 5:34 am
Does the real #PointPartners have only 3 columns you want to join on? If not, how many?
This should be done with a UNION ALL rather than going...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2009 at 9:12 pm
I'd like to try it in my basement, but at $1/ft, that's expensive.
Buy some 3/8" aquarium tubing, instead.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2009 at 7:13 pm
There is no need for the RBAR of a function to generate random integer values. The only reason you think so is because you found out that RAND returns...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2009 at 6:57 pm
See the following articles... the first one explains some of the performance problems with using PIVOT instead of building good ol' fashioned cross-tabs and the second one explains one method...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2009 at 6:32 pm
I'm with Gail... WHY do you want to do this to a perfectly good database? What are the business reasons for this?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2009 at 6:28 pm
Your IF statements are fine and they don't require the use of dynamic SQL.
My big question would be... why do you have separate tables for all that stuff?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2009 at 6:18 pm
Why would you need to loop to do effective mortgage rates?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2009 at 5:29 pm
Perry Whittle (3/1/2009)
hey Jeff fancy seeing you in this thread 😉 LOL
Heh... I've not been as active on this forum in the last 2 weeks as I normally am... ya...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2009 at 11:12 am
Viewing 15 posts - 44,881 through 44,895 (of 59,095 total)