Viewing 15 posts - 12,721 through 12,735 (of 13,838 total)
Once again, I would suggest that the error message gives the game away. Try changing the data type of your derived column to [DT_STR].
June 2, 2009 at 11:21 am
Are you able to query user tables in the Access db?
Just wondering whether any additional permissions are required to query Access' system objects.
June 2, 2009 at 11:13 am
Or run a simple UPDATE query after the import has completed ...
June 2, 2009 at 11:09 am
You need to put a file there somehow for each of the connections you are creating.
Then create the connections, set 'delay validation' to true and delete the files.
June 1, 2009 at 4:56 pm
greengiant (6/1/2009)
In the derived column I left "add a new column".
In the expression I added "@[User::xCurrStatus]" This is my...
June 1, 2009 at 4:44 pm
Greg J (6/1/2009)
Destination table has 150 columns.
There...
June 1, 2009 at 4:32 pm
Does it have to be SSIS? Have you thought about using the Access upsizing wizard?
June 1, 2009 at 12:40 am
It seems to make sense, I suppose (no point me asking why it wasn't done that way from the start).
Are the tables/fields in all the databases the same? Are you...
May 30, 2009 at 2:36 am
Instead of adding only 1 new field to the pipeline, add enough char(1) fields to accommodate your binary characters.
Then assign the fields in the script component. This example shows you...
May 29, 2009 at 10:35 pm
I'll show you how to do the conversion part.
Add a new string field to your pipeline - I used 'BinaryString'.
Then add a script component. The line that does the conversion...
May 29, 2009 at 7:32 pm
Does the source contain a string: "2pow3" or an integer: 8?
You say integer, so I will assume 8. Just looking at it now ...
May 29, 2009 at 6:57 pm
Eek! What is the rationale behind combining the databases? Are they all related somehow?
May 29, 2009 at 6:51 pm
zbleslav (5/29/2009)
Phil Parkin (5/27/2009)
zbleslav (5/27/2009)
Hi,First create excel file and make connection and then change property of "Excel Connection Manager" DelayValidation to True.
How does this accommodate the dynamic file-name requirement?
Question was:
"How...
May 29, 2009 at 6:09 am
SSIS requires that you put your data through a sort transformation before using a MERGE JOIN - regardless of whether the source data is already sorted.
Have you investigated the LOOKUP...
May 28, 2009 at 8:10 pm
Greg J (5/28/2009)
I found a similar post here that I've been...
May 28, 2009 at 8:06 pm
Viewing 15 posts - 12,721 through 12,735 (of 13,838 total)