Forum Replies Created

Viewing 15 posts - 9,271 through 9,285 (of 13,875 total)

  • RE: Error in Dataflow Task

    venkat5677 (5/22/2014)


    Hi

    I done below steps:

    I added first column from source to destination and executed I can able to send all records from flat file to OLE DB and second ,...

  • RE: Error in Dataflow Task

    venkat5677 (5/22/2014)


    I can able to move 1000 rows in a single time like this I can complete total 9000+ records, but when I try to process entire 9000 records single...

  • RE: Error in Dataflow Task

    Change the order of rows in the input file and then see whether it fails at the same place. Just moving the first 1000 rows to the end, for example,...

  • RE: SSIS not importing all of Excel file

    You could also try saving the contents of the Excel file to CSV and importing that.

    If it still fails, you'll know that you have to focus your investigations on the...

  • RE: SSIS not importing all of Excel file

    Try sorting the data in the Excel file differently and see whether it still bombs out at the same place. That should indicate whether it's data or a setting somewhere.

  • RE: Exporting an SSIS Package

    PearlJammer1 (5/15/2014)


    Hi We use sql2008r2

    The other day a collegeue asked for a copy of dataload package that we use in SSIS. I right clicked the package and selected 'EXPORT' and...

  • RE: Validation Error in SSIS 2008r2.

    twin.devil (5/14/2014)


    venkat5677 (5/14/2014)


    I changed destination table column length to 255 but no luck

    What error you get this time? it should not be the same as the earlier one. but if...

  • RE: Validation Error in SSIS 2008r2.

    venkat5677 (5/14/2014)


    I changed destination table column length to 255 but no luck

    What do you mean? Was the warning message still this?

    Truncation may occur due to inserting data from data flow...

  • RE: Validation Error in SSIS 2008r2.

    rhythmk (5/14/2014)


    There are blank values or spaces in the columns in your source file.Better to TRIM or limit the length to certain number as per your requirement using SUBSTRING.

    But this...

  • RE: pulling data from end of column

    Phil Parkin (5/14/2014)


    ronan.healy (5/14/2014)


    how would the replace work

    REPLACE("Mountain Bike", "Mountain","All Terrain")

    all my data comes in differently so wont no what it is all thats the same is the class

    OK, I...

  • RE: pulling data from end of column

    ronan.healy (5/14/2014)


    how would the replace work

    REPLACE("Mountain Bike", "Mountain","All Terrain")

    all my data comes in differently so wont no what it is all thats the same is the class

    OK, I didn't know...

  • RE: pulling data from end of column

    Have you looked at the T-SQL REPLACE command? It should help.

  • RE: pulling data from end of column

    ronan.healy (5/14/2014)


    hi i have the following text in a coulmn

    Net Asset Value for Ignis Absolute Return Government Bond Fund . Class A GBP

    Total Outstanding shares for Ignis Absolute return...

  • RE: Stored Procedure in Packages.

    Are you using SSIS 2012?

  • RE: SQL Server configuration not working

    So how are you executing the package?

Viewing 15 posts - 9,271 through 9,285 (of 13,875 total)