WillStanley
Programmer
I want to give non-administrators (general users) the ability to truncate tables via a stored procedure.
Is it possible without making them a member of a standard admin group such as db_ddladmin.
I presume from reading Books Online that you cannot create a new server role with only TRUNCATE as an allowed command.
Books Online States........
Permissions
TRUNCATE TABLE permissions default to the table owner, members of the sysadmin fixed server role, and the db_owner and db_ddladmin fixed database roles, and are not transferable.
Is it possible without making them a member of a standard admin group such as db_ddladmin.
I presume from reading Books Online that you cannot create a new server role with only TRUNCATE as an allowed command.
Books Online States........
Permissions
TRUNCATE TABLE permissions default to the table owner, members of the sysadmin fixed server role, and the db_owner and db_ddladmin fixed database roles, and are not transferable.