Hi,
I am trying to use the code below to delete log files that have been created by some of my jobs, But it does not work! I know there was a bug with this in SP2 but my server is SP3 so the bug should be fixed in this.
EXECUTE master.dbo.xp_delete_file 1,N'U:\DBA\ERRORLOG',N'txt',N'2009-04-10T10:24:09'
This server is a 2 node cluster on winNT server SP2.
The above statement works on my other server which is a standalone with SQL 2005 SP3 (winNT server sp1) so i dont know why its not working on this server.
please help...