Forum Replies Created

Viewing 15 posts - 11,836 through 11,850 (of 13,838 total)

  • RE: Creating Header AND Footer to a flat file destination file

    preensheen (9/15/2010)


    Hitting enter doen't really works

    Is that your expression?

  • RE: How to handle Null in Text source file

    Raunak Jhawar (9/13/2010)


    sabari as you said you have close to 2 million records. I suggest ...

    That was Sheckster.

  • RE: Text File Import

    erngreen (9/13/2010)


    This is a pure text file. I know that the tilda can be defined in the flat file connection. I have gone around and around on this issue for...

  • RE: How to handle Null in Text source file

    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...

  • RE: How to handle Null in Text source file

    sabarichandru (9/13/2010)


    Hi,

    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...

  • RE: Batch Size Setting ?

    sql.abhishek (9/7/2010)


    Hi

    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...

  • RE: Embedded double quotes when using double quotes as the text identifier in a csv file

    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...

  • RE: Embedded double quotes when using double quotes as the text identifier in a csv file

    emily-1119612 (9/7/2010)


    I am not very familiar with OPENROWSET BULK.

    I also should have mentioned that not every record would have embedded quotes. The following would be more representative.

    "A","Is this a ""valid""...

  • RE: SSIS SCENARIO

    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...

  • RE: SSIS SCENARIO

    sql.abhishek (9/7/2010)


    Hi All

    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...

  • RE: Data Verification functions

    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...

  • RE: Data Verification functions

    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,...

  • RE: Data Verification functions

    da-zero (9/7/2010)


    Phil Parkin (9/7/2010)


    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...

  • RE: Data Verification functions

    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,...

  • RE: SSIS package with Variable which prompts while executing

    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...

Viewing 15 posts - 11,836 through 11,850 (of 13,838 total)