EXECUTE master.dbo.xp_delete_file folder permission issue
Posted
by
Alex
on Server Fault
See other posts from Server Fault
or by Alex
Published on 2012-06-22T14:51:47Z
Indexed on
2012/06/22
15:17 UTC
Read the original article
Hit count: 197
windows-server-2008
I'm trying to run a Maintenance Cleanup Task to remove .bak files older than 2 days (simple enough).
Been trying all variety of .bak, BAK, .*., and editing the path, but the files are still not getting removed even though I receive a "job succeeded" log message.
I'm not at the point where I believe it's a folder permission issue.
How do I make sure my SA has the proper permissions to remove files from a folder?
Thanks.
© Server Fault or respective owner