Occassionly with SQL 2008 jobs, I find I cannot open the job-step output file. A possible solution is to use xp_cmdshell, for example
exec xp_cmdshell ‘type “C:MSSQL.1MSSQLLOGCheck Backups.txt”‘
Occassionly with SQL 2008 jobs, I find I cannot open the job-step output file. A possible solution is to use xp_cmdshell, for example
exec xp_cmdshell ‘type “C:MSSQL.1MSSQLLOGCheck Backups.txt”‘