Viewing 15 posts - 9,976 through 9,990 (of 13,874 total)
Andrew Watson-478275 (4/19/2013)
Create a new variable User::FullOutputFileName (or whatever), and assign its value...
April 19, 2013 at 6:03 am
Now run below scripts one by one, do you find any difference...
No. Each side of the AND condition has to be evaluated to determine whether the row is selected.
But...
April 19, 2013 at 1:23 am
SQL Knight (4/18/2013)
But my question is which on is more proper type of formatting for T-SQL (Now and in...
April 19, 2013 at 1:09 am
I've just read this a few times and I'm still not sure what you mean. What, exactly, do you mean by 'short circuit'?
April 19, 2013 at 12:51 am
manibad (4/18/2013)
Actually i am not in a position to work on SQl or Script task and code the data to achieve my destiny..i can do...
April 18, 2013 at 7:37 am
I don't think that there is an IsDate function in SSIS. If you don't mind doing a bit of coding, you could create a script component and do a Regex...
April 18, 2013 at 4:08 am
azhuravel (4/16/2013)
why don't you simply use "File System task" task in control flow and copy or move or renames
You are responding to a post which is nearly five years old.
April 17, 2013 at 4:39 am
Can you load your data from a CSV file rather than Excel? Things will work better if you can change your source.
Is your column really called Column_Name?
April 16, 2013 at 12:36 pm
Paul Hernández (4/15/2013)
Thanks for your quick answers.
In my case the source is a OLE DB component, and the reason to do such a things is the final destination is...
April 15, 2013 at 7:39 am
So do you mean that somehow you will check all of the data values in all of the columns, looking for those columns which do not contain any values at...
April 15, 2013 at 6:55 am
Can you possibly attach a screen shot showing how things are connected?
April 15, 2013 at 4:49 am
Have a MERGE proc and call that instead?
April 12, 2013 at 8:24 am
I would refine your REPLACE slightly to include the '.' - this would help avoid the problem Mark mentioned.
update Documents
set DocumentFileName = replace(DocumentFileName, '.TIF', '.pdf')
where...
April 12, 2013 at 5:42 am
You could maybe try the File Watcher task as an alternative and see whether that works better for you.
April 12, 2013 at 1:04 am
Viewing 15 posts - 9,976 through 9,990 (of 13,874 total)