RazorSQL support of the MS SQL Server GO command

The default SQL statement separtor used by RazorSQL is the semi-colon (;). For most databases and tools, this is acceptable. However, some databases, such as MS SQL Server, have tools that use the GO separator instead of the semi-colon separator, and many database scripts are written with GO as the separator.

For this reason, RazorSQL provides a preference entitled SQL Statement Delimiter. To enable GO support in the RazorSQL SQL Editor, simply go to the preferences and change the SQL Statement Delimiter value from (;) to GO.