this is version 2 of a quick sproc I put together to do various collation checks.
now excludes offline databases (using state <> 6 from sys.databases)
checks are :-
databases that have different collations from server
databases that have different collations of columns within
databases that have column collations different from database collation
run by :-
exec sp_collation_checker