Grant Truncate?
Posted in Programming, SQL Server on September 23rd, 2008 No Comments »
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 […]
