Viewing 15 posts - 12,301 through 12,315 (of 13,870 total)
Create a Dataflow. In the Dataflow pane, create source and destination components and link them. Create a mapping from source to destination and then you can run the package.
February 10, 2010 at 11:39 am
Why not use a single Foreach loop to do the entire load/archive process?
February 9, 2010 at 12:12 pm
This seems to delete files, not folders ...
February 9, 2010 at 8:45 am
Please post the code fragment which is causing the error and the text of the error message.
February 8, 2010 at 1:07 am
I was obviously in a 'read English, not code' mood when I responded, because I didn't even look at your DDL. Now that I have, I see that we were...
February 5, 2010 at 11:25 am
Elliott W (2/4/2010)
In files specify:sqlserver_????????.xls
It could pickup sqlserver_AAAAAAAA because ? is not specific to numbers.. But this is about the only way I can think of..
CEWII
Expanding on this idea,...
February 4, 2010 at 1:08 pm
I just tried it and it worked as I suggested.
Against the properties for your flat file source, have you got 'retain nulls' set to true?
February 4, 2010 at 1:04 pm
Something else is happening here.
If I import the record
Affinity,,CT
into a database, I can guarantee that field number 2 would not somehow become a space in my database table. Do you...
February 4, 2010 at 12:42 pm
Sounds like a good solution to me.
February 4, 2010 at 9:43 am
dndaughtery (2/4/2010)
February 4, 2010 at 9:34 am
You use the word 'retain' in your original post. If a value is null in a database column and you export it to a text file, the way of retaining...
February 4, 2010 at 9:26 am
,, in a text file is the equivalent of NULL in a database table.
February 4, 2010 at 8:12 am
PATINDEX is not a valid function in SSIS expressions.
Maybe adding an additional condition would help:
&& FINDSTRING(Email,"@",1) < (LEN(Email)) - FINDSTRING(REVERSE(Email),".",1))
February 4, 2010 at 7:51 am
Viewing 15 posts - 12,301 through 12,315 (of 13,870 total)