|
If I have a temporary table, what is the best way
to get rid of it? DISC follwed by CONN dbname works, but it's slow in a
multi user environment. Would it be better to use DROP TABLE tablename and
then recreate it? Or just "overwrite" by running the command file that
created the temporary table and then delete any rows in the table in case the
overwrite fails cuz the table already existed? Or some other
method??
TIA!
Mike Sinclair
|
- Temp tables Lynn Shelton
- RE: Temp tables Oma Cox
- RE: Temp tables Victor Leach
- Re: Temp tables A. Razzak Memon
- RE: Temp tables K Kleinman Zajac
- Temp tables tellef
- Re: Temp tables Paul Eichhorn
- Re: Temp tables Bill Downall
- Re: temp tables mjs
- Re: temp tables Ron Rose
- Re: temp tables Bill Downall
