private static void WriteCommand(SqlSyntax syntax, StreamWriter file, string cmd) { file.Write("\n" + syntax.ApplyDelimiters(cmd)); }