Viewing 15 posts - 41,311 through 41,325 (of 59,069 total)
Hmmmm... CSV format... that's NOT a cross-tab. That's concatenation. Here's another article link. This one shows a couple of methods of concatenation and some of the associated...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2009 at 11:00 pm
Roy Ernest (10/28/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2009 at 10:46 pm
BWAA-HAAA... I didn't read the quote in your response, Tim... I just read your response and thought you misunderstood me. It's funny how all that worked out. Me?...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2009 at 10:35 pm
It was a joke, Elliot... no one in their right mind would waste perfectly good gravy base on such a task. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2009 at 9:23 pm
Heh... sorry, Tim... my post was meant to be a wee bit ironic (ok... I really mean sarcastic to the max :-D). 😉 There are so many companies with...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2009 at 9:18 pm
huston.dunlap (10/28/2009)
Jeff Moden (10/28/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2009 at 9:09 pm
There are a couple of concatenation methods (what you need to do this) along with some things to avoid in the following article...
http://www.sqlservercentral.com/articles/Test+Data/61572/
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2009 at 9:06 pm
Henk Schreij (10/28/2009)
@lowell & garadinThe combination of your tips did the trick. 🙂
Problem solved.
Thank you. 😎
Cool... can you post the code that you ended up with? Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2009 at 9:03 pm
martin.edward (10/27/2009)
I am in the process of creating a recursive query, but have no idea on the basics i.e. recursion,looping through sql statements etc.
Could some give me a drill down...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2009 at 9:00 pm
mikesmithee (10/28/2009)
The function is passed the table...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2009 at 8:52 pm
Ok, I'll be honest, as well. If I could avoid SSIS, I would. A simple BULK INSERT (possibly using a BCP "Format File") will blow the doors off...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2009 at 8:45 pm
Yes... sometimes you can get yourself into some pretty deep Kimchi if you update what you are using as a criteria. In these types of situations, I'll also bring...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2009 at 8:42 pm
Heh... if the infrastructure is setup correctly, the correct answer is.... none.... the servers will take care of themselves and on the rare occasion that they can't, they'll call someone...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2009 at 8:28 pm
"It Depends". Which table has ALL Loan_ID's and what do you want to actually return? There may be the need for an "OUTER" join in there but, like...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2009 at 8:09 pm
slange-862761 (10/28/2009)
Here...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2009 at 8:02 pm
Viewing 15 posts - 41,311 through 41,325 (of 59,069 total)