Viewing 15 posts - 58,531 through 58,545 (of 59,048 total)
It's customary to share your final solution, if you don't mind.
December 12, 2005 at 7:05 pm
Jon,
David is correct... since Julian dates recycle every 10 years, should we assume that you will never have a future dated Julian date?
Also, would you rather (recommended) have the date...
December 12, 2005 at 7:02 pm
David is correct... his link leads to some code I wrote for him to make a "dynamic" cross-tab. Might have a fat-finger here and there but David wrote and posted...
December 12, 2005 at 6:05 pm
Jennifer,
Since you want this done in OLTP instead of OLAP, these are more commonly known as "crosstabs" and they run pretty darned fast especially when compared to a cursor and...
December 11, 2005 at 9:57 pm
With all the good solutions, I feel a little silly posting this but it's nasty fast... and, since a lot of folks keep their Tally (numbers) tables down to something...
December 11, 2005 at 2:01 pm
Defaults don't work on rows that have already been inserted. Leaving it up to Developers to remember to include it in code is OK provided the code has to go...
December 10, 2005 at 10:13 pm
Thanks for the nice things you said, David. Surprisingly enough, I don't believe you'll find a huge performance gap just because of the use of the Dynamic SQL. Dynamic SQL...
December 10, 2005 at 10:18 am
BWAAAA-HAAAAA-HAAAAAA-HAAAAA! I just ran the same set of tests on a 4 processor box "real server" with minor traffic for 2,000,000 records using my previous test code and the differences...
December 10, 2005 at 10:09 am
Ok, so does that short-term bottleneck stuff explain why my latest test consistently showed that the UDF code was twice as slow as the clear code regardless of the number...
December 9, 2005 at 5:25 pm
Vladan and Sushila are correct... you may also just try finding the first day of the next month and the looking for anything less than that.
December 9, 2005 at 5:21 pm
Just keep in mind, David... it breaks at 8k... I think that won't happen for quite some time, though.
Manchester UK, eh? I've always wanted to see that place... I may...
December 9, 2005 at 5:10 pm
Don't fight 'em... don't tell 'em... put triggers on the tables for these. Most developers don't even know how to spell trigger never mind go looking for them.
December 9, 2005 at 12:24 am
Ummmm.... since when is 12/01/2005 a month end date?
December 8, 2005 at 11:45 pm
Good thinking Chandra. I'll have to try it that way sometime because it looks like a really good idea especially since it wouldn't have the 8k limit in the method...
December 8, 2005 at 11:39 pm
Viewing 15 posts - 58,531 through 58,545 (of 59,048 total)