Subscribe to
Posts
Comments

Archive for September, 2008

Grant Truncate?

Different database system has different level of control on the truncate statement.
In Sybase you can grant the truncate

privilege to user. In SQL or Oracle database you can not do that. In Oracle in order to truncate a table you have to have the right to drop any table which is not good in […]