Viewing 4 posts - 1 through 5 (of 5 total)
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...
March 20, 2008 at 11:20 am
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...
March 19, 2008 at 8:44 am
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...
March 19, 2008 at 8:18 am
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...
March 18, 2008 at 2:04 pm
Viewing 4 posts - 1 through 5 (of 5 total)