public void DropSchemaWithObjects(string schemaName)
        {
            var sql = SqlScriptHelper.DropSchemaWithObjects(schemaName);

            ExecuteNonQuery(sql);
        }