Ha ha,
Thanks alot (no wonder you call yourself sybaseguru !)
Yes, you are right again, this process is a long run transaction, so in fact, I kill it (no error), but the message keeps saying different thing, I probably killing some other ps then !! (Ah! that's the danger of using GUI instead of command line!)
Ok,
so, I would like to recreate the table, but so ... scare of running out of space again, how can I do?, by the way, due to the 1st problem of running out of space, I have the orginal table is auto renamed to dbo.oldtableRenamed_05292003165106000, I run the script to create the table and run into the same problem at the 2nd time, now, could I go back to the script of recreating the table and change the line of, :
"INSERT INTO dbo.newtable ( allfieldsxxxx ) SELECT * FROM dbo.oldtableRenamed_05292003192028000"
to (look at the oldtableRenamed)
"INSERT INTO dbo.newtable ( allfieldsxxxx ) SELECT * FROM dbo.oldtableRenamed_05292003165106000"
Thanks