Viewing 15 posts - 11,881 through 11,895 (of 13,870 total)
This all assumes that the invalid data can even get into your pipeline in the first place of course.
If you have appropriate datatypes already set up for your pipeline data,...
September 7, 2010 at 7:27 am
I would suggest that using SSIS to prompt for user input is a bad idea and generally accepted as bad practice. There is a good likelihood of the job hanging...
September 6, 2010 at 4:35 am
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
Viewing 15 posts - 11,881 through 11,895 (of 13,870 total)