Forum Replies Created

Viewing 15 posts - 976 through 990 (of 3,232 total)

  • RE: nested xml query for auto using xmlSchema

    It would be much easier to help if you'd provide the table schema and sample data in a readily-consumable form.

    Here's an exmple of how to post sample data...

    John Rowan

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

  • RE: from multiple falt file to one sql table

    Do all of the files have the same format? If so, you'll only need one file connection. You can use a For Each loop container to loop through...

    John Rowan

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

  • RE: Incorrect datatypes in DSV

    An alternate workaround could have been to replace the table in the DSV with a named query and used the CAST funtion inside the query. I chose to change...

    John Rowan

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

  • RE: Incorrect datatypes in DSV

    OK, so I've found that this is a bug. The bug was reported quite a while back and there appears to not yet be a fix for it.

    When you...

    John Rowan

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

  • RE: Incorrect datatypes in DSV

    Really, nobody has seen this before or has any insights into what I'm seeing?

    C'mon folks!!

    John Rowan

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

  • RE: Look up VS Sql Query LEFT Join

    I agree. Getting the data from the OLE DB source component here may be better. Typically, the source data is comming from a seperate system then where you...

    John Rowan

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

  • RE: Very slow SQL query.

    That's where I was going to go with this too Jeff, the ANSI JOIN syntax. I wanted to see the table structure though because I noticed that the join...

    John Rowan

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

  • RE: Asynchronous processing in SSIS

    You'll need to be careful with #1. SSIS is very metadata dependant and a stored procedure that returns a different result set based on parameter values can cause problems....

    John Rowan

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

  • RE: Stored Procedure in Foreach Loop

    If the SP logic is not something that you can dulicate inside a data flow, I would suggest backup up and using the For Each Loop container with an Execute...

    John Rowan

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

  • RE: Asynchronous processing in SSIS

    Ah, I didn't see that. OK, I just wanted to see if that was being accounted for. It seemed like we were on different pages there for a...

    John Rowan

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

  • RE: Asynchronous processing in SSIS

    Elliott W (9/22/2009)


    Ok, here is a really quick and dirty POC. How many Dataflows run depends on the variable "ExecutionThreadCount", it can be up to 5. I even...

    John Rowan

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

  • RE: Very slow SQL query.

    Can you post your table DDL for customer and address and include the index definitions?

    John Rowan

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

  • RE: Asynchronous processing in SSIS

    Even w/ multiple data flows, the challenge is still to have each data flow work on a distinct subset of the data. If you have 100 rows that need...

    John Rowan

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

  • RE: Very slow SQL query.

    Here's an example of getting the plan into the forum thread.......

    http://www.sqlservercentral.com/articles/SQLServerCentral/66909/

    John Rowan

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

  • RE: Asynchronous processing in SSIS

    Elliott W (9/22/2009)


    John Rowan (9/21/2009)


    It may be possible, but the only way I see it working would be for you to dynamically create data flow tasks based on your...

    John Rowan

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

Viewing 15 posts - 976 through 990 (of 3,232 total)