• just a small correction.

    this script gave errors on our dev server, because we have dbs with '.' in the name.

    so we had to change the script in the dynamic sqls part so that @dbname changed to '[' + @dbname +']'

    thanks for the script 🙂

    and keep up the good work