<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>List columns where collation doesn't match database collation</title><link>http://sqlblog.com/blogs/tibor_karaszi/archive/2012/05/23/list-columns-where-collation-doesn-t-match-database-collation.aspx</link><description>Below script lists all database/table/column where the column collation doesn't match the database collation. I just wrote it for a migration project and thought I'd share it. I'm sure lots of tings can be improved, but below worked just fine for me for</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>re: List columns where collation doesn't match database collation</title><link>http://sqlblog.com/blogs/tibor_karaszi/archive/2012/05/23/list-columns-where-collation-doesn-t-match-database-collation.aspx#43612</link><pubDate>Mon, 28 May 2012 05:32:06 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:43612</guid><dc:creator>Uri Dimant</dc:creator><description>&lt;p&gt;Thank you Tibor, very useful script.Usually, in the past I got SQLDMO object library to script out objects without collation (Const SQLDMOScript2_NoCollation As Long = 8388608) so running on the dest. server will defaut database collation&lt;/p&gt;
</description></item></channel></rss>