Viewing 11 posts - 31 through 41 (of 41 total)
I want to set up SQLTable package config.
1) I established a source(Source_DB) and destination (Destination_DB) connection (OLEDB connection) at connection manager level.
2) So those two connections are shared across all...
March 13, 2013 at 8:28 am
Jeff Thanks for your reply. Yeah all my packages use the same connection.But I am not able to create a sql server config because it throws an error saying...
March 13, 2013 at 7:55 am
1) I created an Integration service project
2) I created a common connection Manager for that project.
3) By sharing the same connection manager many number of packages exist under...
March 12, 2013 at 6:21 pm
LTRIM(column1) == "" ? (DT_STR,100,1252)NULL(DT_STR,100,1252) : (column1) == "Y" ? (DT_STR,100,1252)1 : (DT_STR,100,1252)0
I finally arrived at the correct derived column expression.
Let me brief on this.
I am pulling the data from...
January 11, 2013 at 10:29 am
LTRIM(column1) == "" ? (DT_STR,100,1252)NULL(DT_STR,100,1252) : (column1) == "Y" ? (DT_STR,100,1252)1 : (DT_STR,100,1252)0
I finally arrived at the correct derived column expression.
Let me brief on this.
I am pulling the data from...
January 11, 2013 at 10:29 am
Jeff,
I have one more question.
I have a derived column expression like this :
LTRIM(Column1) == "" ? (DT_STR,100,1252)NULL(DT_STR,100,1252)
(Column1== "Y" ) ? 1 : 0
This Column1 is...
January 10, 2013 at 11:57 am
Thank you so much.I figured out the problem.The package path in the back end SQL table was not updated correctly.
Thank you so much for your suggestions.
January 8, 2013 at 3:09 pm
Thank you so much for your time and patiece.Will follow your suggestions and let me check.Will update you once I am done.
January 4, 2013 at 12:43 pm
The SERVER NAME Is same only my database name and flatfile source path needs to be changed every time.So the answer to your Question is When I change in...
January 4, 2013 at 11:59 am
Thanks for your reply..
If I need to change the Db name and Flatfile source name to the package (which is not deployed yet)
can I update the SSIS_config table at the...
January 4, 2013 at 11:28 am
Hi Andrew,
I have a problem in using SQL table for package configuration.Let me explain in detail.
I have the task Flatfile source---->(correct output) to oledb destination
...
January 4, 2013 at 10:46 am
Viewing 11 posts - 31 through 41 (of 41 total)