Hi, I am trying to create a job to mail the backup log after the job is completed. the syntax looks like this: MailSQLLogs.vbs name@company.org none "Blackberry backup log" <path and filename of log> when I am trying to parse this i am getting a syntax error '.' (.before org) is there anything missing in the syntax. Please help. Thanks, Madduri
Maybe try putting the email address parameter in double quotes? What does MailSQLLogs.vbs do/look like? It's not a standard sql script.