Viewing 12 posts - 31 through 42 (of 42 total)
oops posted on wrong forum. Thanks sleepy head...Phil?
November 9, 2009 at 4:08 pm
that !="yes" will never work because you will never have a file name called "yes". instead what I would is exactly what Tim Mitchell has nicely laid out.
You have to...
November 5, 2009 at 10:27 am
is whatever is producing the excel file returning any rows?
November 4, 2009 at 5:04 pm
hi,
where do you set that timeout? or is there another way of delaying the Send Mail Task. Mine fails because the SSIS package fires in rapid succession with following error
Error:...
November 3, 2009 at 3:54 pm
Yes I have tried it and ran into too many issues which was the 443th issue, I thought it was not clearing the Sheet when actually it was but the...
November 3, 2009 at 3:09 pm
ok that did the trick, thank you! I recreated the xl file from scratch and now it is working beautifully!
November 3, 2009 at 2:51 pm
yes all that in a Data Flow in the for each loop. reason being (could be bad design) I have to loop through each task, then find all subtasks, push...
November 3, 2009 at 2:49 pm
I mean it populates rows in the Excel file via a Data Flow Task which contains an Ole DB source then a Data Conversion Task and then the Excel destination...
November 3, 2009 at 2:41 pm
what security context is the SSIS package running ? what user and does that user have rights to that folder? do you have folder names longer than 8 characters in...
November 3, 2009 at 2:38 pm
absolutely brilliant! thank you so much
forget about DROP TABLE `Sheet1` and all that this is the way to go!!!!!
November 3, 2009 at 2:02 pm
thank you very much all. I got it working ! I assigned a value to a variable using an object variable to hol the "recordset" then index 0 to refer...
November 3, 2009 at 9:33 am
greetings
BOL says
In SQL Server 2005 Integration Services (SSIS), expressions can be used to define conditions for CASE statements, create and update values in data columns, assign values to variables,...
November 2, 2009 at 1:56 pm
Viewing 12 posts - 31 through 42 (of 42 total)