Viewing 15 posts - 12,511 through 12,525 (of 13,874 total)
Except for your post, the word 'wizard' appears nowhere in this thread.
October 21, 2009 at 5:17 am
Siddharth Mehta (10/21/2009)
October 21, 2009 at 5:14 am
Siddharth Mehta (10/21/2009)
Step 2: Use the option of Edit Top 200 rows by right-clicking the table in SSMS
Step 3: Paste the data,...
October 21, 2009 at 5:10 am
I suspect that you need to use SQL syntax which is supported on DB2.
Check here and search for INSERT as a possible resource to get you through this.
October 21, 2009 at 1:28 am
You have left the reader to face unnecessary challenge number one: "What's the question?" It would appear to be: "How do I get the data to transfer too?" But as...
October 18, 2009 at 11:46 am
I just (yet again) ran into this Excel 'feature' and it managed to irritate me just as much as it always has.
This time, however, I tried a different solution: I...
October 17, 2009 at 4:35 am
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
Viewing 15 posts - 12,511 through 12,525 (of 13,874 total)