It's quite annoying that you didn't just copy the relevant SQL commands and error messages into the email. Having to go through file share and deal with images is quite annoying.
The "format" of the command has nothing to do with it - you would have gotten a straight syntax error if you didn't have a valid format.
The system seems to believe that 'SYSINIT' is a column name - so the curly-quotes you are using are messing things up. Using normal single quotes to represent text literals.