Forum Replies Created

Viewing 15 posts - 9,256 through 9,270 (of 11,678 total)

  • RE: Derived Column drop decimal points

    What source component are you using?

    You can always use a Data Conversion component and cast the column explicitly to integer.

    Remember, this component doesn't actually cast a column, it rather creates...

  • RE: Transactional Replication

    Great question, thanks. I learned something (on a Friday! :w00t:)

  • RE: NUMA

    Nice question, thanks.

  • RE: How to import data from sybase 15.0 to sql server 2008 R2 using SSIS

    In the dataflow, you probably have a Flat File Source.

    Open it and click on preview.

  • RE: Adding Quotes around Every Column

    Gift Peddie (7/6/2011)


    I would not say suddenly because the package will not compile if that variable value is missing.

    What are you doing with that variable? Probably something more than just...

  • RE: Adding Quotes around Every Column

    Gift Peddie (7/6/2011)


    Vertigo44 (7/6/2011)


    Gift Peddie (7/6/2011)


    Vertigo44 (7/6/2011)


    Thanks! I eventually got it to work by using "\"" + CHG_PATNUM + "\"" in the Derived Column expression box.

    Funny you added a derived...

  • RE: Update Statistics

    Nice question, thanks.

  • RE: Transparent database encryption

    Great question. Got compression confused with encryption, so I got it wrong.

  • RE: Missing Field

    ZZartin (7/5/2011)


    Not only is SSIS strongly typed it's also not at all proactive about cascading changes you make to column metadata through a dataflow.

    Luckily, this will change in the next...

  • RE: Missing Field

    I'm afraid not, SSIS is strongly typed about its metadata.

    On a sidenote: isn't a dataflow with 50 flows a little too big? Can't it be split into smaller packages?

  • RE: Rename File Problem

    Are you sure you put the correct expression in the destination and that you've not accidentically switched the source and the destination around?

    I don't really see an issue in the...

  • RE: July 4

    call.copse (7/4/2011)


    I'm just impressed that some people thought it was France...

    Mon dieu!

    France did play an important role though, but more in helping in the fight against the UK.

  • RE: How to import data from sybase 15.0 to sql server 2008 R2 using SSIS

    So now you're importing from .csv instead of Sybase, correct?

    Save the package in the Import/Export wizard and look at the SSIS package in BIDS.

    Make sure everything is configured correctly. Open...

  • RE: How to edit a deployed SSIS package (file)

    prashant labde (7/3/2011)


    Yes it possible as far as i know its possible to change connection related properties.

    I have created a package and further wherever i suppose to deploy it on...

  • RE: Executing a sql query inside a dataflow

    Check out the OLE DB Command component.

    But I would advice against it, as it will fire a single statement/transaction for every row in your dataflow, resulting in serious performance loss.

    In...

Viewing 15 posts - 9,256 through 9,270 (of 11,678 total)