Viewing 15 posts - 16 through 30 (of 70 total)
Hugo Kornelis (10/19/2010)
October 19, 2010 at 8:19 am
Ladi,
I think that when we are dealing with T-SQL and the expected results are result sets consisting of rows and columns, with column names and column types, following the principle...
October 5, 2010 at 7:17 pm
migurus (9/29/2010)
One thing was not clear = why all those functions are declared to return TABLE? it looks to me these funcs return just...
October 3, 2010 at 12:54 pm
CELKO (9/27/2010)
Alexander Kuznetsov (9/24/2010)
CELKO (9/23/2010)
CREATE TABLE Calendar
(cal_date DATE NOT NUL PRIMARY KEY,
julian_business_nbr INTEGER NOT NULL,...
October 3, 2010 at 12:52 pm
Ladi,
This is a interesting suggestion, a response I have been waiting for. I know about your framework, I read your article and commented on it. What you are suggesting is...
September 25, 2010 at 3:08 pm
CELKO (9/23/2010)
CREATE TABLE Calendar
(cal_date DATE NOT NUL PRIMARY KEY,
julian_business_nbr INTEGER NOT NULL,
...);
INSERT...
September 24, 2010 at 2:24 pm
Iulian -207023 (9/23/2010)
Indeed IsBusinessDate 'Y' or 'N' is great for building an understanding of the concepts, I remember when I implemented this functionality using...
September 23, 2010 at 9:07 am
feakesj (9/23/2010)
September 23, 2010 at 8:55 am
Alexander Kuznetsov (9/22/2010)
Comments posted to this topic are about the item <A HREF="/articles/Test-Driven+Development/71075/">Fun with business days, calendar tables, and test-driven development</A>
That's right, I concur. Thanks!
September 23, 2010 at 8:52 am
Steve,
Yes, both are great, no argument here. Yet will non-MS developers get encouraged to attend by this article?
July 26, 2010 at 12:20 pm
I would guess the following was not intended to appeal to us developers:
"7. Developers, developers, developers
Not the kind that frustrate you every day, but the guys and gals that actually...
July 26, 2010 at 11:06 am
UMG Developer (6/28/2010)
July 1, 2010 at 10:07 am
A very nice read. One more step: as we need running totals every time, why not precalculate and store them - that will speed it up even further. And we...
March 4, 2010 at 8:00 pm
Viewing 15 posts - 16 through 30 (of 70 total)