Viewing 15 posts - 12,481 through 12,495 (of 13,838 total)
So you are adding data to an existing table using SSIS and it is in this table that you would like to auto-increment department?
Why not use an IDENTITY field on...
October 17, 2009 at 4:15 am
Use an Expression to set the Filespec (from memory) property, rather than typing the variable stuff directly in to the property ...
October 6, 2009 at 1:59 pm
As this is all happening within the domain of SQL Server, I would be considering other means of achieving the same result if I were you. I'm thinking that all...
October 6, 2009 at 1:15 pm
RBarryYoung (9/30/2009)
krypto69 (9/30/2009)
Thanks for answering..I think the issue is I'm trying to insert 'empty' into a datetime column...
Should I have the vender change the empty's to 'NULL'?
No, you should get...
October 1, 2009 at 2:37 am
If you are asking for help writing SQL in Access, why are you posting in a forum for SSIS?
September 30, 2009 at 5:27 am
Does your spreadsheet have a header row? If so, but you have defined the connection to the spreadsheet without specifying a header row, I think that this error can appear.
September 25, 2009 at 1:50 am
Yes, that should work. If you decide to do that, I would suggest putting a uniqueness constraint on that combination in SQL Server, to avoid any possibility that duplicates can...
September 25, 2009 at 1:37 am
The problem you are having is that the table needs to exist before you can create the required mapping meta data.
But there is a way round this:
Allow the build task...
September 24, 2009 at 8:57 am
OK, now we're really getting somewhere 🙂
I will tell you what I would do - others would certainly have their own ideas.
1) Build the destination table now, including all of...
September 24, 2009 at 8:43 am
You have not answered all of my questions, so it's difficult for me to answer.
Does your destination table already exist? If so, what's the problem? Just go ahead and import....
September 24, 2009 at 7:53 am
Yeah, the meta data issue is going to make this a tough job for you, because you need a dynamic data flow and SSIS isn't good at that.
Cozyroc has an...
September 24, 2009 at 2:26 am
This is an unusual requirement - let's make sure I understand.
Say your input file has 10 columns and, out of those, 8 columns contain only nulls.
You want to load...
September 23, 2009 at 11:56 am
ar-727381 (9/23/2009)
September 23, 2009 at 10:07 am
Viewing 15 posts - 12,481 through 12,495 (of 13,838 total)