i have a mp that deletes old bak, trn and txt files. It works well for bak and trn files, but it never deletes any of the report files created by other MPs.
I also can't delete any of the report files by executing the following statement (as sa or with windows login as a local admin)
EXECUTE master.dbo.xp_delete_file 1,N'D:\Backup\log',N'txt'
System ist SQL Server 2005 SP1 German
Any ideas?
Thanks in advance
regards
tobias
The path needs to end with a '\'|||As that referred XP is an undocumented XP there might be still few features are not enabled properly, this has been logged under MS Connect http://connect.microsoft.com/SQLServer/Feedback and wait for the solution by referring to the link above.|||
Thanks for reporting the issue.
Please file a defect report for this issue at http://connect.microsoft.com/sqlserver. Customer reported issues are used to prioritize future work.
Thanks,
Sirish
|||As an FYI for anyone else who is experiencing problems with this - one issue is now documented at http://support.microsoft.com/kb/938085
The solution seems to involve writing your own deletion script. (Many examples can be found online).
|||This problem has been addressed in the June Cumulative Update Hotfix, available from Microsoft Customer Support.
I have asked the owner of the article you cite to update it to reflect the availability of a fix.
Thanks,
jkh
No comments:
Post a Comment