Viewing 15 posts - 11,836 through 11,850 (of 13,838 total)
preensheen (9/15/2010)
Hitting enter doen't really works
Is that your expression?
September 15, 2010 at 9:26 am
Raunak Jhawar (9/13/2010)
sabari as you said you have close to 2 million records. I suggest ...
That was Sheckster.
September 13, 2010 at 7:35 am
erngreen (9/13/2010)
September 13, 2010 at 7:33 am
You never responded to my 'what if?' question regarding what would happen if a record had a city but not an age. Assuming that the answer is that there would...
September 13, 2010 at 7:30 am
sabarichandru (9/13/2010)
Did u found any solution for the requirement .me also facing the same probs i found the solution also to resolve using Derived Column.
but another problem is that suppose...
September 13, 2010 at 5:38 am
sql.abhishek (9/7/2010)
Yes go to OLEDB Destination tab and put Data access mode = Table or view – fast load then u will have ur options like Rows per batch...
September 7, 2010 at 3:25 pm
I'd do it using a script task - no outside EXE needed. How big is the file likely to be, roughly? There is, of course, a performance overhead doing it...
September 7, 2010 at 3:09 pm
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
Viewing 15 posts - 11,836 through 11,850 (of 13,838 total)