Hi,
you can try to do the following:
grant create table on cly_db to cly_db with grant option;
The idea is that the privilege to do things inside the macro should be granted to the user/database where the macro resides, not to the user who executes the macro (provided that the user has execute privilege to execute the macro).
Regards,
Vlad.
Hi,
you can try to do the following:
grant create table on cly_db to cly_db with grant option;
The idea is that the privilege to do things inside the macro should be granted to the user/database where the macro resides, not to the user who executes the macro (provided that the user has execute privilege to execute the macro).
Regards,
Vlad.