Viewing 15 posts - 12,031 through 12,045 (of 13,838 total)
As far as I can see, not natively. But a Script Task will, of course, do it for you fairly simply.
May 18, 2010 at 1:17 am
You implied in the last post that anything other than a NULL was being handled correctly - so I gave you a way of making sure you weren't passing a...
May 17, 2010 at 1:27 pm
At some point before doing the write you should check array(i) and modify to an empty string if it is null. eg:
For...
May 17, 2010 at 9:39 am
OK - so what happens when there is an X25 field which contains the text "Fred"? At what point is the padding done?
May 17, 2010 at 9:15 am
apache626 (5/17/2010)
Yes if it came in as a string filled with the number of spaces to match the fixed width for the field that would be fine. Thanks Phil
I...
May 17, 2010 at 8:22 am
If your script task is doing everything, it must 'know' what the field lengths should be - how else could it write a fixed-width file?
If the field came in as...
May 15, 2010 at 2:31 am
sql2k8 (5/13/2010)
when the data gets loaded . the excel will be kept in a file share. then the users will upload the...
May 14, 2010 at 12:38 am
dg227 (5/13/2010)
May 13, 2010 at 8:37 am
I don't know what's happening, that works for me. Anyone else got any ideas?
May 13, 2010 at 8:12 am
Kari Suresh (5/13/2010)
I given just like sourceTable in the ReadWrite variables list for the script task.And I used MsgBox to know the value like:
MsgBox(Dts.Variables("sourceTable").Value.ToString())
Replace "sourceTable" with "User::sourceTable" in your script...
May 13, 2010 at 7:30 am
domiemutai (5/13/2010)
May 13, 2010 at 7:22 am
Kari Suresh (5/13/2010)
Yes, it is package level variable. But it is resetting to old value i.e.: "SE_DatabaseServer".
Sorry, maybe I should have taken more notice of the subject of the thread...
May 13, 2010 at 7:15 am
Should work as you hope. What is the scope of your variable? It should be 'Package'.
May 13, 2010 at 6:30 am
How do you envisage a user initiating this job? Is it their own spreadsheet or one held centrally?
I'm assuming that your question is not just: "Can SSIS import data from...
May 12, 2010 at 2:03 pm
Viewing 15 posts - 12,031 through 12,045 (of 13,838 total)