Viewing 7 posts - 1 through 7 (of 7 total)
Viewing your boss as a customer is not a bad idea (in fact I quite like it), BUT
In my experience, customers tend to give more feedback than most of the...
December 21, 2011 at 1:55 am
Jeff, thanks for the link. Your article made a lot of sense. Not to mention that the code for the tally solution is much more simple and easier to...
December 13, 2011 at 6:43 am
Hi David
I quite like your idea of using CTEs and recursion to build a calendar, but when I ran your CTE(View) I got a MAXRECURSION error, so I edited it...
December 13, 2011 at 2:16 am
WayneS (2/22/2010)
Sean-752587 (2/22/2010)
Hi jcrawf02How would you change it to avoid the cast?
like this... you don't need to cast ROW_NUMBER to an int... it already is
select top 100
case
when ROW_NUMBER()...
February 22, 2010 at 12:19 pm
Jason and Jeff
As far as scaleability is concerned, I did try it with 1 Mil. rows which didn't work in my master database (SQL 2008 dev edition). It topped out...
February 22, 2010 at 12:07 pm
Hi jcrawf02
How would you change it to avoid the cast?
Hmm... The reply didn't work the way I thought it would.
My question was in regard to your comment on my solution...
February 22, 2010 at 12:02 pm
OK then let my chuck in my fifty cents.
I haven't had time to read all comments, so I don't know if a similar solution has yet been provided. I really...
February 22, 2010 at 10:20 am
Viewing 7 posts - 1 through 7 (of 7 total)