Forum Replies Created

Viewing 15 posts - 11,266 through 11,280 (of 13,872 total)

  • RE: Exitig a loop foreach

    This is not directly supported, as far as I know.

    One thing you could try is to set an SSIS variable to 'Exit' (or whatever) and then use precedence constraints within...

  • RE: SSIS bit Fields? True/False vs 0/1

    If you use a SELECT as the source of your SQL data, you could CAST the BIT to INT as part of the select and then everything should happen just...

  • RE: Missing Field

    Michaelro (7/4/2011)


    Koen Verbeeck (7/4/2011)


    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...

  • RE: Can I do this in SSIS?

    Sachin4all (6/30/2011)


    u can create a execute sql task and create a variable to pass input value and also assign the variable to the parameter using the parameter mapping

    in the...

  • RE: Can I do this in SSIS?

    How does your proc execute the package?

  • RE: Dynamic OPENQUERY, using EXEC with SSIS data flow task

    opc.three (6/29/2011)


    Phil Parkin (6/28/2011)


    You could try returning the columns from a stored proc and using that as the source for your data.

    You'll need to include a dummy select as the...

  • RE: SSIS access permissions

    Why do users need any sort of SSIS privileges?

  • RE: dynamic lookup

    hemani2000 (6/29/2011)


    Hi,

    -- where I have to lookup the updated rows...and don't update them if they are already updated. --

    Please try re-reading this & maybe you'll realise why I don't know...

  • RE: Process Multiple File per Customer

    Citiinvestor (6/29/2011)


    Hi Phil Parkin Thanks for Ur response , I was also thinking something like this , but how will naming convention help me ?

    lets suppose if...

  • RE: cursor issue

    glen.wass (6/29/2011)


    That error sounds like somting your calculating has a null value so you need to find out what and eliminate the null.

    Do you have any representative data we can...

  • RE: spliting cloumns data in ssis

    If the source data is in SQL, a simple query will do this.

  • RE: Numeric datatype result rounding off

    I don't think you'll get any better, in terms of the number of digits returned to the right of the decimal point, than FLOAT. I am interested to know why...

  • RE: Process Multiple File per Customer

    How do you know that Excel file 1 and FTP file 1 belong together? Is there some sort of file-naming convention?

  • RE: Dynamic OPENQUERY, using EXEC with SSIS data flow task

    You could try returning the columns from a stored proc and using that as the source for your data.

    You'll need to include a dummy select as the first line of...

  • RE: Subquery issue

    calvo (6/28/2011)


    DDL scripts, sample data, and expected output would be helpful.

    Would be useful. But a quick look at your query suggests that this

    Select RandomCol from TableA where UserID = @user-id...

Viewing 15 posts - 11,266 through 11,280 (of 13,872 total)