Viewing 15 posts - 12,451 through 12,465 (of 13,876 total)
CirquedeSQLeil (11/6/2009)
Try loading the date from the header into a variable ...
That's not as easy as you've made it sound - unless you know a method I haven't thought...
November 6, 2009 at 1:50 pm
--Oops, please ignore!
November 6, 2009 at 1:46 pm
John Rowan (11/6/2009)
November 6, 2009 at 10:56 am
I already thought that SSIS was tough enough in English, but this takes it to another level 😀
Looks like a problem on the AS/400 side - can you give more...
November 5, 2009 at 9:48 am
I have a couple of Excel suggestions for you:
1) When entering numeric data that you want to to be treated as text, enter a single quote as your 1st character....
November 5, 2009 at 8:20 am
Can you post the exact syntax of your expression field - sounds like it may need a tweak.
November 5, 2009 at 2:06 am
You have made a statement without asking a question, leaving us to guess.
Are you saying that the problem does not happen unless you are in debug mode, or is it...
November 4, 2009 at 2:54 pm
Formatting as text does not affect how Excel holds data.
Specifically, if you format a number as text in Excel and then import it, it will still come in as a...
November 4, 2009 at 2:37 pm
Elliott W (11/4/2009)
You use a derived column task to get it into the pipeline and then you can select it in the data conversion task.CEWII
Beat ya! 🙂
November 4, 2009 at 1:31 pm
Create a derived column & set it to the value of your variable before firing through data conv ...
November 4, 2009 at 1:11 pm
One guess would be that your PK data in Excel is in numeric format and that your PK on SQL Server is held as varchar(n) (even though it may look...
November 4, 2009 at 1:09 pm
In your Dataflow, there's a Data Flow Transformation called 'Lookup' - that's the one I was referring to. Have fun learning 🙂
November 4, 2009 at 9:43 am
Add a look-up to check whether the PK from your source already exists in your target data. If not, do the create, otherwise ... nothing.
November 4, 2009 at 9:24 am
Viewing 15 posts - 12,451 through 12,465 (of 13,876 total)