Forum Replies Created

Viewing 15 posts - 11,251 through 11,265 (of 13,861 total)

  • RE: How to validate

    Maybe the best way of doing that is reading line one of the file and looking for field headings that you know should be there if the file is valid...

  • RE: Syntax ponderable (variations on the SET vs SELECT theme...)

    Matt Miller (#4) (7/7/2011)


    one big difference:

    SET @thevar = ( SELECT TheID

    FROM ...

  • RE: Exitig a loop foreach

    dmenin (7/7/2011)


    Hi Phil!

    Yes I used a script and assigned the result of a "sql task" (that runs a proc) to a variable and I chec the variable. The only problem...

  • RE: How to validate

    You'll have to define what you mean by 'validate' please.

    Text file columns do not have data types. If your destination is SQL Server, the data types are pre-defined and therefore...

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

Viewing 15 posts - 11,251 through 11,265 (of 13,861 total)