Viewing 15 posts - 106 through 120 (of 805 total)
You have to do this in BIDS. I do not believe the import wizard gives you much flexiblity.
You need to use a derived column and then use split string...
August 19, 2008 at 1:26 am
Using a data flow and a EXCEL source, import the two tables. Use a merge join to join the two flows into one.
August 19, 2008 at 1:23 am
Sorry, is slightly different for components.
You should do it nin the preexecute of the component.
Public Overrides Sub PreExecute()
Dim...
August 19, 2008 at 1:21 am
Config files set the variables / properties at runtime. When you open the package with the config file valid, it will alters update the properties. It does not harden the...
August 18, 2008 at 3:36 pm
The property is on the connection manager, not dataflow.
August 18, 2008 at 3:31 pm
If you suspect date columns, they are obviously dates which ssis does not mind but SQL does. I have had this in the past with dates of 1 Jan 1020...
August 18, 2008 at 3:30 pm
If you set your dest to be table (not fast load) and redirect any errors, does that give a hint? Other wise the slow method of column by column 🙁
As...
August 18, 2008 at 1:15 pm
For the benefit of others, what was the problem?
August 18, 2008 at 1:12 pm
You have to have a physical XSD I'm afraid.
You can set this via a config file or a variable / expression.
You can also provide an URL for the XML filename...
August 18, 2008 at 1:11 pm
For crying out load - use BCP. It is not "not format friendly" what it is, is beyond your currently skill level. This can be changed by doing some reading....
August 18, 2008 at 1:08 pm
I do not believe cmd or ssis swallow any errors. There is something else wrong.
Changing your print to a select?
Also, how are you trying to run SSIS without having ssis...
August 18, 2008 at 1:00 pm
It does not look like a SQL dest component that he is using. Judging by the errors and icon.
But there should be something else in the way off errors. Something...
August 18, 2008 at 9:38 am
Look at dts.connections(n)
You select your connection and change it's values.
August 18, 2008 at 1:44 am
What defines a friendly format? Delimited by fluffy bunnies and pink flowers?
If you did a bit of reading on BCP, you would find you can format it with whatever you...
August 18, 2008 at 1:42 am
Viewing 15 posts - 106 through 120 (of 805 total)