Re: Temporary tables rights

2003-12-15 Thread adburne
ALUES ('host.localdomain','db1','user1','TMP_Liq', USER(), 'Select,Insert,Update,Delete,Alter,Drop,Index','')   and this work!   Alejandro   ---Mensaje original---   De: Matt W Fecha: sábado 13 de diciembre de 2003 22:36:54 A: adburne

Re: Temporary tables rights

2003-12-13 Thread Matt W
Hi Alejandro, Yeah, this issue has come up before. It's not possible to GRANT DROP on temp tables without GRANTing DROP on the whole database. The temp tables will be dropped when the client disconnects you know, right? And if you want to empty the table or reuse it, you should be able to TRUNCAT