Forum Replies Created

Viewing 15 posts - 9,706 through 9,720 (of 13,880 total)

  • RE: Need help for SSIS Package?

    Have a look at the 'Stairways' series for SSIS - this one[/url] may be relevant to your situation.

  • RE: Automatically Mapping Flat File Sources Data types to Destination

    Ryan1 (7/31/2013)


    Is there anyway to automatically map a flat file sources data types to the ole DB destinations data types? I'd rather not have to go through a data...

  • RE: concatenating date and time field

    Or put this query in your task.

    If your source is SQL Server, this is what I would do - use a query for your data source and include this...

  • RE: Primary Key

    I second Sean's comment.

    The contents of the page linked to by Durai Samuel should not be relied on as they contain multiple incorrect statements relating to the nature and...

  • RE: Need MS BI Developer SSIS SSAS SSRS

    Smash125 (7/31/2013)


    please this is not job site please do not send. u r wasting people's time

    It's just the wrong forum. Try posting here[/url] instead.

  • RE: Global Variable

    My assumption was that we were talking about a single script, consisting of multiple batches. In which case a local temp table would do

    I see! I agree with your comments...

  • RE: Global Variable

    If you have a couple of these suckers, and they are decently complex, the temp table is not a bad idea.

    On this, I think we shall have to agree to...

  • RE: Global Variable

    Erland Sommarskog (7/30/2013)


    You could use a single row temp table for your "global variables".

    Presumably you mean a global temp table.

    Although it would probably work, it's a bad idea - it...

  • RE: DTS package conversion to SSIS

    John's suggestion is the way I would do it.

    I would also have a process to move unwanted / processed / duplicate batch files somewhere else, to keep the 'to be...

  • RE: delete files using ssis

    Please note that Script Tasks and Script Components are different things. Using the terms interchangeably will confuse people who know the difference.

    Script Tasks are used in the Control Flow (and...

  • RE: Problem with CTE and filter in Query

    Having a CTE which is effectively defined as

    select * from (subquery)

    is somewhat bizarre too.

    You've been here long enough to know how to post questions - not only does your...

  • RE: handling row length in SSIS

    Bill McDonough (2/2/2007)


    One way to do this is a script task. In the script, you'll have something like this:

    PublicOverrides Sub ProcessInputRow(ByVal Row as rowInBuffer)

    In that function, you can usethis...

  • RE: Assigining dynamic date value for insertdate

    vasu1.vi (7/26/2013)


    Hi

    I am working on a package that needs to populate currentdate when we insert new row on the table. For this i am using getdate() in the vaiable. when...

  • RE: Problem with Data source, Pls help me

    wolfkillj (7/25/2013)


    A data source has to be able to access the metadata to expose its output columns. I haven't verified this, but I don't think the metadata of a data...

  • RE: SSIS inconsistent importing decimals from Excel spreadsheet

    peterzeke (7/26/2013)


    Thanks for such a quick reply, Phil.

    As you suggested, I exported a spreadsheet as a text file. The values in the text file match the values in the...

Viewing 15 posts - 9,706 through 9,720 (of 13,880 total)