Viewing 15 posts - 61 through 75 (of 81 total)
you need to put double backslashes in all paths I've found as ssis treats a single backslash as an escape character, you double them up to aviod this.
Phil, I like...
March 30, 2010 at 9:11 am
Gangadhara MS (3/30/2010)
From where i can set EvaluateAsExpression property to true in the variable and pleas edo send me the expression as well..
as i am new...
March 30, 2010 at 7:56 am
sumon.mukherjee (3/30/2010)
Thanks a lot for your suggestion.
I have been able to figure out how to use the File System Task to rename a file. This link helped me a...
March 30, 2010 at 7:41 am
Phil Parkin (3/30/2010)
I get the impression that most people here move files to an archive folder once they...
March 30, 2010 at 7:21 am
Hi Sumon,
There is a component on the control flow called "file system task". here you can set rename file as the action and go from there
If you go to the...
March 30, 2010 at 7:10 am
Hi Gangadhar,
This can be acheived fairly simply using two variables.
Firstly Create one variable called something like DateString or similar. Set its EvaluateAsExpression property to true and enter an expression that...
March 30, 2010 at 7:04 am
Thanks for the replies guys but it was something totally different. The developer had another bit of code that ran after calling my SP that was causing this issue and...
December 15, 2009 at 6:51 am
Hi Guys, just wanted to share my solution to this issue in case it may come in use for others.
Very simply I changed my code to build an indexed...
December 14, 2009 at 6:32 am
Hi All, just wanted to close this off by saying I solved this be seperating the file imports into several different data flow tasks within the same package. This gets...
December 14, 2009 at 4:35 am
Hi, Thanks for the response. See below one of the pivot view defs.
There are circa 3.2million rows in the variable value table.
The view is re created dynamically whenever a new...
November 2, 2009 at 9:46 am
Ah sorry I misunderstood. yes technically there will be copies of the code on each server but they will be maintained from a single repository server via ssis and scheduled...
October 19, 2009 at 9:28 am
Nope just on central code db that holds a list of all servers to updated. it writes into the master db on each server and hence makes the code globally...
October 19, 2009 at 8:33 am
Not so. I've decided to go with a centralised code database and using the ssis component that transfers the code over to other DB's.
Then use a scheduled task to run...
October 19, 2009 at 6:42 am
Thanks for that Jack, it actually cleared a lot of the confusion in my mind around security.
I am unfortunatly still getting the select permission denied error. I have been over...
July 2, 2009 at 2:46 am
sorry IE had a freak out when posting. I tried to delete but didnt work
July 1, 2009 at 9:46 am
Viewing 15 posts - 61 through 75 (of 81 total)