Viewing 15 posts - 301 through 315 (of 642 total)
that article really speaks to my problem!
Where do I go to set the TypeGuessRows registry setting to a higher number? Where is the registry?
I implemented the first...
May 16, 2013 at 12:35 pm
opc.three I'll take a look.
May 16, 2013 at 12:15 pm
thanks for hanging in with me.
First, correction: the destination column is set to nvarchar so it too is Unicode.
Next, I went to excel source advanced editor and...
May 16, 2013 at 12:15 pm
for what it's worth, advanced editor for the excel source has the datatype property for this column set to Unicode string [DT_WSTR], 255. The destination is varchar(max).
However, as...
May 16, 2013 at 11:52 am
No, it isn't destination related. The excel source just shuts the ssis operation down ie. won't bring over anything if I activate that particular column in the mapping of...
May 16, 2013 at 11:45 am
Matt, thank you for your answers. I didn't know '=' sign is being deprecated. Will look into alternatives. As far as order is concerned, I'm not in...
May 1, 2013 at 8:37 pm
Luis thanks, I decided to go with that solution this morning. Appreciate it.
May 1, 2013 at 8:30 pm
Please accept that the question evolved a little. If you would prefer, I will open a new thread.
I've added a third cte per script; In real life situation...
May 1, 2013 at 9:54 am
Lynn, ***please***, I have not oversimplified the problem. The problem is to use CTEs. You are providing an alternate to CTEs, which I am not asking for unless someone can...
May 1, 2013 at 9:42 am
please don't take the sample scripts to literally. They are over simplified, so my question is still... how to combine the results of two scripts sharing identical columns, each...
May 1, 2013 at 9:32 am
I've added a third cte per script; In real life situation I have to use three per script for the results I'm after. How would I UNION ALL these...
May 1, 2013 at 9:07 am
you are right. I'm running to catch bus and my attempt to make new ddl snafood. Shoulda quelched the temptation to be vague and hopeful! Will post.
High Five!"-)
May 1, 2013 at 7:06 am
Oh yeah! Nice. Thanks Chris.
In the real world case I have several CTEs in each statement. ie. ct1, followed by ct2, followed by final select. Which CTE do...
May 1, 2013 at 7:00 am
Chris,
thanks for reply. I should have posted what the result set was that I'm after. There should be two rows for each person, one recording total count of tickets...
May 1, 2013 at 6:12 am
Thank you Malleswarareddy, for the answer.
To answer your question, Calibear, below is DDL demonstrating my reason for needing to UNION ALL two CTEs.
New DDL
create table #temp (TicketID int, Name varchar(20),...
April 30, 2013 at 11:48 pm
Viewing 15 posts - 301 through 315 (of 642 total)