DBA > Job Interview Questions > Microsoft SQL Server FAQs
What rights does a user need to perform a trunca
More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/
(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 Job Interview Questions