Interview Questions

What rights does a user need to perform a truncate table command SQL Server 2005?

Microsoft SQL Server FAQs


(Continued from previous question...)

What rights does a user need to perform a truncate table command SQL Server 2005?

Answer: A member of the DDL_ADMIN role.

Explanation: You need to have db_owner, ddl_admin, sysadmin role membership or be the owner of the table.

(Continued on next question...)

Other Interview Questions