Forum Replies Created

Viewing 15 posts - 16 through 30 (of 63 total)

  • RE: SSIS configuration file ConnectionString Application-Name

    SJanki (6/11/2012)


    What is the Application Name attribute in the connection-string of an ssis configuration file?

    I want to deploy the package into test server , shall I remove this attribute?

    Thanks

    ~SJ

    Please ignore...

  • RE: Setting the Identity in a temp table using a variable

    Eugene Elutin (5/17/2012)


    OP wanted to start IDENTITY from the position calculated/given in variable. The only way to do this is to INSERT with INSERT_IDENTITY ON. It's impossible to do it...

  • RE: group by & having or ranking

    Thanks Jeff. This is useful.

  • RE: group by & having or ranking

    Mark-101232 (2/10/2012)


    DECLARE @t TABLE(PNumber VARCHAR(2),ReasonCode VARCHAR(2))

    INSERT INTO @t(PNumber,ReasonCode)

    SELECT 'P1', 'E1' UNION ALL

    SELECT 'P1', 'E1' UNION ALL

    --SELECT 'P1', 'D1' UNION ALL

    SELECT 'P1', 'D1' UNION ALL

    SELECT 'P1', 'D1' UNION ALL

    SELECT 'P2', 'E1'...

  • RE: Cannot delete or create a column marker in Flat File(fixed length) Connection Maanger Editor;SSIS

    Bill Jones-317510 (1/20/2012)


    I have the same problem with a rather large flatfile. Did anyone get a fix for the problem of adding and moving column markers?

    I found the...

  • RE: SSIS,Fixed width File,Derived Column Transformation,Error:Conversion for column 0 returned status value 4

    SJanki (10/15/2011)


    Hi

    I have a fixed width flat file having 1300 positions and 165 columns.........

    Data conversion failed, data conversion for column 0 returned status value 4 . Text was truncated or...

  • Viewing 15 posts - 16 through 30 (of 63 total)