Forum Replies Created

Viewing 15 posts - 1 through 15 (of 24 total)

  • RE: How can I use parameterized query (Select statement Where Col1= 'U') in OLEDB source of Data Flow task?

    3 - variable is used as ? in sq statement as param -- DOES NOT WORK

    Can't see why this should not work. Which version of SSIS are you doing this...

  • RE: SSIS Error invalid character value for cast

    Not sure how you would do that with the Import/Export wizard.. Even if you manage to (assuming excel is still the source) you'll run in to the same error again...

  • RE: Find "Consecutive" records based on available dates in another table

    You need to have a RowNumber/Rank in your date table that assigns each date with a sequence no.. Often it can be achieved with an identity column, but then you...

  • RE: Extract text from numbers

    compufreak (10/20/2014)


    Hi Mohit

    yes i understand what you are saying but this is like really complicated as we pull data from all different tables joining it by a common ID.

    Ok..but what...

  • RE: When if ever would you following a JOIN ON clause with an AND instead of WHERE?

    If you are using a LEFT Join with a restricting WHERE then you need to be careful that your WHERE condition does not remove the additional rows your LEFT join...

  • RE: Extract text from numbers

    What decides prj(5616) is to be called soccer?

    I mean i thought you wanted to extract prj from prj(5616), but this is something else you are talking about.

    Anyways, you could use...

  • RE: Please Help resove it inj SSIS

    Check the DB connection in the Connection Manager.. There's an option "Test Connection"..

    If that works you should not be seeing this error.

  • RE: Need Help with Stored Procedure

    Would have been better if you gave the values (some sample execution values) you were getting error for..

    That would have helped in pin pointing the error..

    Thanks

  • Viewing 15 posts - 1 through 15 (of 24 total)