• Jeff Moden - Tuesday, February 19, 2019 9:58 PM

    tamirgerber - Tuesday, February 19, 2019 6:51 PM

    One could use sp_msForEachDB builtin stored procedure. No cursor, no loop, and less chance to get into security issues.

    Not quite right.  If you look at the actual code sp_msForEachDB and the procedure that calls, its a cursor/loop on steroids. 😉

    I am sorry for not being clear enough. My idea was that call of sp_msForEachDB eliminates a need to use cursor and loop explicitly. Less custom code - less headache 🙂