Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: Insert Taking A Long Time

    Matt Miller (3/19/2008)


    Tony - any way to get MUMPS to "dump" that data out to a text file? How long does that take?

    Matt, thanks for that tip! I talked to...

  • RE: Insert Taking A Long Time

    By that, do you mean it uses a DROP TABLE command, A DELETE statement to remove all rows, or a TRUNCATE to remove all rows?

    I've tried both a DELETE tmpTable...

  • RE: Insert Taking A Long Time

    Indeed the 1 to 2 hours is not good but I attributed that to the query of the "non-microsoft" system. The non-microsoft system in question would be MUMPS. When I...

  • RE: Insert Taking A Long Time

    I'm deleting the data from the destination table (ie. delete tmpTable).

    I just discovered yesterday that the table does not have an index so I created a clustered index on...

Viewing 4 posts - 1 through 5 (of 5 total)