<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblogcasts.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>Tomaz.tsql  : for xml path</title><link>http://sqlblogcasts.com/blogs/tomaztsql/archive/tags/for+xml+path/default.aspx</link><description>Tags: for xml path</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>simple word randomization based on dictionary</title><link>http://sqlblogcasts.com/blogs/tomaztsql/archive/2012/01/01/simple-word-randomization-based-on-dictionary.aspx</link><pubDate>Sun, 01 Jan 2012 16:00:00 GMT</pubDate><guid isPermaLink="false">fa8c4e8e-46a3-4193-8264-2c1a9cb3475d:16047</guid><dc:creator>Tomaz.tsql</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://sqlblogcasts.com/blogs/tomaztsql/rsscomments.aspx?PostID=16047</wfw:commentRss><comments>http://sqlblogcasts.com/blogs/tomaztsql/archive/2012/01/01/simple-word-randomization-based-on-dictionary.aspx#comments</comments><description>Based on list of words, one can randomize the letters in the word using simple cross apply. ;with dictionary as ( select &amp;#39;soundgarden&amp;#39; as word union all select &amp;#39;impossible&amp;#39; as word union all select &amp;#39;apple&amp;#39; as word union all select...(&lt;a href="http://sqlblogcasts.com/blogs/tomaztsql/archive/2012/01/01/simple-word-randomization-based-on-dictionary.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=16047" width="1" height="1"&gt;</description><category domain="http://sqlblogcasts.com/blogs/tomaztsql/archive/tags/with/default.aspx">with</category><category domain="http://sqlblogcasts.com/blogs/tomaztsql/archive/tags/for+xml+path/default.aspx">for xml path</category><category domain="http://sqlblogcasts.com/blogs/tomaztsql/archive/tags/cross+apply/default.aspx">cross apply</category></item></channel></rss>