public static void Execute(string cmdText) { using (var q = new SqlStatement(cmdText, GetMasterConnectionString())) q.ExecuteNonQuery(); }