Forum Replies Created

Viewing 15 posts - 1,246 through 1,260 (of 3,232 total)

  • RE: Partitioning tables

    MTY (7/30/2009)


    How I can read my values from the Flat File in my second Data Flow ?

    The same way you do in the first data flow, use a Flat...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: configure logic for bad set of data's

    abhisek karki (7/30/2009)


    I will appriciate if you can send me the screnshot of the data flow to my question, I am bit confused how to embade row count, derived cloumn...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: configure logic for bad set of data's

    abhisek karki (7/30/2009)


    I removed the flat file destination from my data flow, so i route error output to row count, but it didnt give me the # if error...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: configure logic for bad set of data's

    abhisek karki (7/30/2009)


    It makes sense now, i will try to do that, but omy other question how do i configure send mail task, in case if i get less than...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Query taking long time to execute

    What does the execution plan look like?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: configure logic for bad set of data's

    Here's an idea:

    From your error output, route that to a Row Count transformation. This will give you the # of error rows in the pipeline. From there, add...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Unable to access SQL Server Integration Services

    Were you ever able to connect?

    It sounds like you'll need to get someone involved who has server admin rights to help go through the troubleshooting list.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Unable to access SQL Server Integration Services

    Another one from Microsoft:

    http://support.microsoft.com/kb/940232

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Unable to access SQL Server Integration Services

    Try to walk through this and see what happens:

    http://totaldevpro.com/blogs/khaselden/archive/2009/04/09/connecting-to-a-remote-ssis-server.aspx

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Unable to access SQL Server Integration Services

    Are you trying to connect via SSMS? What happens?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Derived Column

    You are using SSIS for this, right?

    If so, each iteration of your for each loop should process one file. In your data flow for the file, you can use...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Partitioning tables

    Yes. If you go back to my detailed post, you'll see that I discussed using Lookup transformations in place of the joins to get the values from MSO and...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Partitioning tables

    It looks like you guys start a bit earlier in the AM than I :-).

    You're SSIS work is close. You need 2 data flows. The first...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Partitioning tables

    Yes, you can still partition your table.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Do Loop in T-SQL

    Another alternative would be to use SSIS to import and validate your files prior to loading them in your database.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

Viewing 15 posts - 1,246 through 1,260 (of 3,232 total)