<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Creating Complex Test Databases - Using Excel to convert a raw list of text into viable T-SQL syntax</title><link>http://blogs.msdn.com/b/samlester/archive/2012/08/12/creating-complex-test-databases-using-excel-to-convert-a-raw-list-of-text-into-viable-t-sql-syntax.aspx</link><description>As part of my series on creating databases with interesting characteristics for testing purposes , I have covered a few different engine constructs, test strategies, and scripting techniques to build interesting databases. In this article, I am going</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Creating Complex Test Databases - Using Excel to convert a raw list of text into viable T-SQL syntax</title><link>http://blogs.msdn.com/b/samlester/archive/2012/08/12/creating-complex-test-databases-using-excel-to-convert-a-raw-list-of-text-into-viable-t-sql-syntax.aspx#10341675</link><pubDate>Mon, 20 Aug 2012 15:41:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10341675</guid><dc:creator>Samuel Lester - MSFT</dc:creator><description>&lt;p&gt;Hi Mike, thanks for the feedback, I&amp;#39;ll check that out. &amp;nbsp; For the variant case, I had to actually include the hardcoded text on both sides of my data due to my final requirements since I needed my create table statement to include all variant data types in the following fashion:&lt;/p&gt;
&lt;p&gt;sqlvariant_datetime2 sql_variant,&lt;/p&gt;
&lt;p&gt;sqlvariant_datetimeoffset sql_variant,&lt;/p&gt;
&lt;p&gt;sqlvariant_datetime sql_variant,&lt;/p&gt;
&lt;p&gt;.&lt;/p&gt;
&lt;p&gt;.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll try it out with your suggestion.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Sam&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10341675" width="1" height="1"&gt;</description></item><item><title>re: Creating Complex Test Databases - Using Excel to convert a raw list of text into viable T-SQL syntax</title><link>http://blogs.msdn.com/b/samlester/archive/2012/08/12/creating-complex-test-databases-using-excel-to-convert-a-raw-list-of-text-into-viable-t-sql-syntax.aspx#10341671</link><pubDate>Mon, 20 Aug 2012 15:34:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10341671</guid><dc:creator>Mike Hayes</dc:creator><description>&lt;p&gt;I&amp;#39;ve used a similar technique. &amp;nbsp;Borrowing from your example above, &amp;nbsp;the formula: &amp;nbsp;= &amp;quot;(&amp;#39;&amp;quot; &amp;amp; A1 &amp;amp; &amp;quot;&amp;#39;,&amp;#39;&amp;quot; &amp;amp; B1 &amp;amp; &amp;quot;&amp;#39;)&amp;quot; will do the same thing, &amp;nbsp;I think. &amp;nbsp;I find it a little more easier to read - especially when I&amp;#39;m concatenating many cells of data.&lt;/p&gt;
&lt;p&gt;Nice article.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10341671" width="1" height="1"&gt;</description></item><item><title>re: Creating Complex Test Databases - Using Excel to convert a raw list of text into viable T-SQL syntax</title><link>http://blogs.msdn.com/b/samlester/archive/2012/08/12/creating-complex-test-databases-using-excel-to-convert-a-raw-list-of-text-into-viable-t-sql-syntax.aspx#10338915</link><pubDate>Mon, 13 Aug 2012 01:21:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10338915</guid><dc:creator>Glenn Wilson</dc:creator><description>&lt;p&gt;I have been using that function for a long time to create TSQL Text, works well and would be lost without it.. so quick to use.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10338915" width="1" height="1"&gt;</description></item></channel></rss>