Viewing 15 posts - 11,881 through 11,895 (of 13,876 total)
emily-1119612 (9/7/2010)
I also should have mentioned that not every record would have embedded quotes. The following would be more representative.
"A","Is this a ""valid""...
September 7, 2010 at 11:37 am
I can think of one way:
1) Write some code that analyses the Excel sheets and does the DDL stuff for you.
2) Write more code which builds your package, using the...
September 7, 2010 at 9:28 am
sql.abhishek (9/7/2010)
I want to extract data from multiple Excel sheets and then create different tables for that data in the SQL server and load that data into the respective...
September 7, 2010 at 9:17 am
Alvin Ramard (9/7/2010)
Phil Parkin (9/7/2010)
Alvin Ramard (9/7/2010)
There are some data issues that you may not be able to deal with without using a script transform.--
Agreed. You do what you can...
September 7, 2010 at 8:20 am
Alvin Ramard (9/7/2010)
There are some data issues that you may not be able to deal with without using a script transform.--
Agreed. You do what you can with the tools available,...
September 7, 2010 at 8:11 am
da-zero (9/7/2010)
Phil Parkin (9/7/2010)
If you have appropriate datatypes already set up for...
September 7, 2010 at 7:53 am
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
Viewing 15 posts - 11,881 through 11,895 (of 13,876 total)