Viewing 15 posts - 53,671 through 53,685 (of 59,065 total)
Double posting tends to tick folks off because they may spend some time of one of your posts trying to give you an answer only to find that a good...
December 8, 2007 at 9:56 am
December 8, 2007 at 9:42 am
Look in the Index of Books Online for "cross-tab reports"... good example there.
December 8, 2007 at 9:37 am
Ok, Ray... I've changed the code above... minor tweak... should do what you want now... give 'er a try on a test table like the one you posted...
December 8, 2007 at 9:00 am
I don't think there's any overhead with CI... it's a difference of only 1 bit (32) and only an internal difference of what the mask looks like.
I love CI because...
December 8, 2007 at 12:29 am
p.s. Code above assumes all "Amounts" are negative... may have to make a second pass for positive "Amounts".
December 8, 2007 at 12:23 am
Yes sure you can add columns. Is it for Cleaning the data ?
Yes... and for storing it, too. The following works on the data you provided for the tbExtract...
December 8, 2007 at 12:14 am
Yeah, I've seen that... but usually for smaller sets of rows.
December 7, 2007 at 10:56 pm
Copy only the data you need for the report from the linked server into a local table... then, do the reporting off that and drop the table when you are...
December 7, 2007 at 10:55 pm
Thank you, Jeff - from now on I will more-closely watch my use of inline queries.
Taking what Larry Taylor said a little bit further --
Jeff clearly states that...
December 7, 2007 at 7:36 pm
Sergey Kazachenko (12/7/2007)
Adam Machanic liked a cursor-based solution for running sums:http://sqlblog.com/blogs/adam_machanic/archive/2006/07/12/running-sums-redux.aspx
I like Adam... so I won't hold that against him. 😉
December 7, 2007 at 7:33 pm
Charles Kincaid (12/7/2007)
December 7, 2007 at 7:31 pm
It makes it difficult to have a conversation when people refuse to use well-established meanings for particular terms.
Heh... But that's my whole point... I believe that what you and a...
December 7, 2007 at 7:26 pm
Viewing 15 posts - 53,671 through 53,685 (of 59,065 total)