Viewing 15 posts - 136 through 150 (of 161 total)
Do all of the worksheets in all of the spreadsheets have the same column headings?
Tom
July 28, 2008 at 5:16 am
I don't think this is posted in the right forum.
Tom
July 28, 2008 at 5:14 am
Do a search on the interweb for SSIS event handlers and you will find all sorts of comments about how and when the events fire.
Possibly one way to get around...
July 28, 2008 at 5:13 am
Currently, there is no inbuilt update functionality within SSIS 2005 (I think there is something coming in SSIS 2008 to deal with this).
The only way is to write the new...
July 28, 2008 at 5:07 am
When you build your variable that holds the ftp path (or indeed, any directory path for that matter) you need to escape special characters of which "/" is one.
Simply replace...
July 28, 2008 at 5:02 am
I think in each case you could add a derived column called FLAG, or something like, which holds the information about each row whether it is VALID, INVALID or MISSING,...
July 28, 2008 at 5:00 am
I would have thought a SQL task would have been the best candidate for what you are looking to do. What were the errors you were receiving?
Could you not...
July 28, 2008 at 4:50 am
Not sure if this will work, but you can set the whole connection string to the ODBC in one go, so you could build it dynamically with dsn name, username,...
July 28, 2008 at 4:45 am
A couple of questions:
Does the account that is running the package have sufficient priviledges on the excel file?
If so, have you tried saving a copy and accessing the copy?
Tom
July 28, 2008 at 4:41 am
I'm not sure I quite follow exactly what it is you need to do, but the derived column transformation allows you to change column values (or add in new columns)...
July 28, 2008 at 4:39 am
Could you not use a data flow task with the excel file as the source and the csv file as the destination? It would be easier to debug where...
July 28, 2008 at 4:35 am
have a look at the post on the Jamie Thomson's blog, i think this covers the same sort of issue:
Tom
July 28, 2008 at 4:31 am
Are the file locations hard coded into the package? If so, I think you can use a script task to access the connections programmatically, and from there pull the...
July 28, 2008 at 4:26 am
Please excuse me if I am stating the obvious, but are the ODBCs set up on the target server?
Tom
July 28, 2008 at 4:22 am
You could store each connection string in its own variable (SQLDev, SQLProd, etc). Have a variable to hold the user's choice of environment (SetEnv, maybe). Then, have a...
July 28, 2008 at 4:19 am
Viewing 15 posts - 136 through 150 (of 161 total)