I would like to allow a particular user to truncate a log file in a stored procedure that the user runs every day. At this moment the only personnel that can truncate the log file are personnel with sysadmin rights. Is there any way to do this in sql server 2005 without granting this user sysadmin rights (something we REALLY don't want to do)? Thanks for all your help in advance.
Dave C.
Dave C.