Viewing 15 posts - 16 through 30 (of 33 total)
Thanks Lowell, I didn't need it to do any clean up so i was just curious on how do get the fuzzy number between the two addresses. I actually...
April 6, 2011 at 11:23 am
Yup, you called it. I think I found were the problem lies in the code.
November 3, 2010 at 8:22 pm
mrtrich99 (11/1/2010)
November 2, 2010 at 10:47 am
No, i'm just using an "Execute SQL Task" and the sql queries are in there.
November 2, 2010 at 9:50 am
I think i found the root of the problem. The package i have is inserting records into the table where the update needs to happen prior to the update....
November 1, 2010 at 6:33 pm
Hi Cozy,
Thanks for doing that, I wish I could buy you a couple beers right about now. Now I see how the variable is used in the expression. ...
February 10, 2009 at 8:20 am
mrtrich99 (2/9/2009)
CozyRoc (2/9/2009)
It fails because it tries to validate the data flow task, which will be setup during execution. Right-click on your data flow task and change DelayValidation property to...
February 9, 2009 at 3:27 pm
CozyRoc (2/9/2009)
It fails because it tries to validate the data flow task, which will be setup during execution. Right-click on your data flow task and change DelayValidation property to true....
February 9, 2009 at 2:49 pm
It fails because it tries to validate the data flow task, which will be setup during execution. Right-click on your data flow task and change DelayValidation property to true. Give...
February 9, 2009 at 12:54 pm
that test.xls file does have only 1 sheet. i thought that was the problem too, but it gives me the same error as files with multiple sheets.
I want to...
February 9, 2009 at 9:48 am
The attached the "ExcelError" file is the error code I get if I only have the User::Variable as the Connection String in the expression.
When I don't use the...
February 9, 2009 at 9:31 am
Ed (2/5/2009)
February 5, 2009 at 1:14 pm
Ed (2/5/2009)
Here are example values for the FileSystem task:UseDirectoryIfExists = True
Operation = CreateDirectory
IsSourcePathVariable = True
SourceVariable = User::DirToCreate
For your script dialog:
ReadWriteVariables = FolderExists
Thanks Ed for the ReadWriteVariables, the Script Task now...
February 5, 2009 at 12:34 pm
Ed (2/5/2009)
February 5, 2009 at 11:46 am
I have UseDirectoryIfExists set to True, but it errors out as it tries to create it. If I set it to False it gives me an "X" saying it...
February 5, 2009 at 11:38 am
Viewing 15 posts - 16 through 30 (of 33 total)