<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>heckelmann.info &#187; Collation</title>
	<atom:link href="http://www.heckelmann.info/tag/collation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heckelmann.info</link>
	<description>Der tägliche Wahnsinn</description>
	<lastBuildDate>Wed, 21 Apr 2010 14:05:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Collation von Tabellenspalten</title>
		<link>http://www.heckelmann.info/2009/09/collation-von-tabellenspalten/</link>
		<comments>http://www.heckelmann.info/2009/09/collation-von-tabellenspalten/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 13:44:57 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Collation]]></category>

		<guid isPermaLink="false">http://www.heckelmann.info/?p=132</guid>
		<description><![CDATA[Hi,
nach langer Abwesendheit, hier nur ein kurzes Script zum auflisten der Collation aller Tabellen-Spalten in einer Datenbank.

SELECT name, collation_name
FROM sys.columns
WHERE OBJECT_ID IN (SELECT OBJECT_ID
FROM sys.objects WHERE type = 'U')

Gruß,
Chris
]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>nach langer Abwesendheit, hier nur ein kurzes Script zum auflisten der Collation aller Tabellen-Spalten in einer Datenbank.</p>
<pre name="code" class="SQL">
SELECT name, collation_name
FROM sys.columns
WHERE OBJECT_ID IN (SELECT OBJECT_ID
FROM sys.objects WHERE type = 'U')
</pre>
<p>Gruß,</p>
<p>Chris</p>
]]></content:encoded>
			<wfw:commentRss>http://www.heckelmann.info/2009/09/collation-von-tabellenspalten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
