Viewing 15 posts - 46,726 through 46,740 (of 59,095 total)
Dan Epps (12/7/2008)
Jeff Moden (12/6/2008)
Can't the TEXT column be changed to a VARCHAR(MAX) column?
Not without tons of mods the the forum software. We're only talking about a half-million or...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 8, 2008 at 7:57 pm
Same here... thanks for the feedback. Sorry I got side tracked...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 8, 2008 at 7:45 pm
No apology necessary... I'm not the one that just put a cursor into production.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 8, 2008 at 7:42 pm
'Zactly... 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
December 8, 2008 at 7:21 pm
Oblio Leitch (12/8/2008)
That looks pretty good, but I was just working with a reduced dataset as an example. I need to expand it to use groups of IDs. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 8, 2008 at 7:10 pm
rbarryyoung (12/8/2008)
Anyway, this corrected version gives...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 8, 2008 at 7:08 pm
rbarryyoung (12/8/2008)
Kris (12/8/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 8, 2008 at 7:01 pm
Alan Naylor (12/8/2008)
Ths is the correct solution.
No... it's not... not if it has a cursor in it. 😉 But, if you would rather do that than posting the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 8, 2008 at 12:36 pm
Kris (12/8/2008)
Do you have any advice on increasing the performance of this query?
Heh... yeah... use the CrossTab code instead. 😉
The reason it must dragged into a spread sheet is because...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 8, 2008 at 12:28 pm
rbarryyoung (12/7/2008)
Actually, a couple of tweaks to noel's version will make it much better:
You need to check the output on that... 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
December 8, 2008 at 5:44 am
Kris (12/5/2008)
Is it save to assume that both Pivot and Cross Tabs preform better than tabulating the data from a view that inner joins the table on itself for...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 8, 2008 at 5:07 am
Suraj (12/7/2008)
Thank you Jeff.
You bet... thanks for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 8, 2008 at 4:54 am
Bob Hovious (12/7/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 8, 2008 at 4:54 am
leonp (12/7/2008)
To Jeff's question -
Tr data is never truncated - it has a few DMLs issued very infrequently
To Gail/Krishna's question -
As I understand, since...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 7, 2008 at 10:15 am
Patricia Monreal (12/7/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 7, 2008 at 10:09 am
Viewing 15 posts - 46,726 through 46,740 (of 59,095 total)