Viewing 15 posts - 11,851 through 11,865 (of 13,838 total)
Please explain - why are you using SSIS, when it seems that you are executing only T-SQL?
September 6, 2010 at 4:09 am
Alvin Ramard (8/31/2010)
August 31, 2010 at 8:45 am
Good luck!
August 31, 2010 at 3:46 am
Got to love those German error messages 🙂
OK, I think you are on the right track though - you just need to know what format to pass in the list...
August 31, 2010 at 3:29 am
Can you expand on "it does not work" - post error messages please.
Also, you may think it's obvious, but it makes things easier for people reading if you explicitly state...
August 31, 2010 at 2:31 am
Or you could embed some code in an Excel spreadsheet and (maybe) use this blank worksheet as a template.
The SSIS process populates the spreadsheet template with data and when the...
August 31, 2010 at 2:23 am
Yeah I know that - but what's important is the name of the sheets in the specific Excel sheet that you are accessing in your package.
August 30, 2010 at 8:32 am
Great - and the answer to the first question?
August 30, 2010 at 8:20 am
Please excuse the obvious question, but is there a worksheet called Sheet1 in the workbook being accessed?
What version of Excel are you using?
Are you working in a 32- or 64-bit...
August 30, 2010 at 8:01 am
Please post the full text of the error message.
August 30, 2010 at 7:50 am
What problems are you having?
Is the format of all the worksheets the same (column order, datatype etc)?
August 30, 2010 at 7:39 am
An easy way round this to set a package variable within your script task and then use precedence constraints to direct the flow afterwards based on the contents of the...
August 30, 2010 at 4:46 am
That sounds overly complex to me. If a package is scheduled to run every x minutes, can't it just calculate the time between the last log entry and 'now' and,...
August 27, 2010 at 1:16 pm
I was thinking along similar lines, but with a different slant: automate Excel to output the data to CSV and then use that CSV as the SSIS data source.
August 27, 2010 at 9:14 am
OK, maybe I understand your problem. You want to know how to get just the time bit into a datetime variable?
You can't do that, but you could put a dummy...
August 25, 2010 at 9:22 am
Viewing 15 posts - 11,851 through 11,865 (of 13,838 total)