Viewing 15 posts - 196 through 210 (of 805 total)
If you know your header and footer will always be the same size and never the same as any of the detail, you can use the conditional split. This could...
August 11, 2008 at 1:35 am
No such luck... SSIS will run all tasks which do not have any preceding tasks first. You would have to build your own logic into handle this.
August 11, 2008 at 1:23 am
nooooooooooooooooooooo Do not use the OLE DB component for inserts.
It'll be a dog. SQL is set based. Rbar (Pronounced ReeBar) is Row By Agonising Row.
The OLE Source and OLE Component...
February 1, 2008 at 3:56 am
What have you tried so far? The data flow task and excel destination will do it for you.
January 31, 2008 at 7:16 am
What pray tell is the syntax error?
To be honest, I don't think you can. I seem to remember doing it through script, not SQL. I may be wrong though.
January 31, 2008 at 3:00 am
Not the w rong way. What were the errors????
You can execute a ssis package with CLR. dtxec.exe. Invoke it in VB.
January 31, 2008 at 1:40 am
Use a proc for the update. Advantages are plan cache, cleaner oh, and it shows you the param name. Not Param0 etc. Will show you MyParamName 🙂 But mostly for...
January 30, 2008 at 12:37 pm
Well, in your lookup you are obviously mapping on the key. So you have the correct values in the source (else it would be deemed missing and become an insert)
So,...
January 30, 2008 at 10:15 am
Matt Miller (1/30/2008)
January 30, 2008 at 10:04 am
Your syntax is correct. Use the OLE DB component.
Rather than redirecting the not found rows, rather ignore them and use a conditional split. It's a cleaner option.
January 30, 2008 at 9:59 am
For the problem above, you could not use the lookup as the source for the lookup is a text file.
A tip on the sort and cleaning: Do what you...
January 30, 2008 at 9:03 am
Nope - pretty much bang on. Use the join, with sorted inputs, and left outer it.
For the inverse, you can use a lookup component.
To open an old can of worms,...
January 30, 2008 at 8:25 am
Don't think that has anythign to do with the lookup. Can you execute the lookup statement from SQL when connected tot he same DB as the lookup connection?
January 30, 2008 at 8:17 am
Firstly, it's a SSIS package, not DTS. SSIS is to DTS what SQL 2005 is to Access.
Rule 101 of anything: Never hard-code anything parameters.
You could get the environmental variable...
January 30, 2008 at 8:08 am
It's a "feature" of bids. Worst is tasks inside containers. Most times, the green lines totally vanish. You have to "nudge" a task to get the lines back.
Also. when you...
January 30, 2008 at 8:02 am
Viewing 15 posts - 196 through 210 (of 805 total)