<?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>techbits.de &#187; sql</title>
	<atom:link href="http://www.techbits.de/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbits.de</link>
	<description>thoughts on hardware, software, development and tech news</description>
	<lastBuildDate>Fri, 02 Dec 2011 22:51:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SQL Script Creator released</title>
		<link>http://www.techbits.de/2006/06/26/sql-script-creator-released/</link>
		<comments>http://www.techbits.de/2006/06/26/sql-script-creator-released/#comments</comments>
		<pubDate>Mon, 26 Jun 2006 20:54:58 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.techbits.de/2006/06/26/sql-script-creator-released/</guid>
		<description><![CDATA[I continued the development of my SQL Script Creator and have just put up a setup package on it&#8217;s project page. It is a handy tool to create a sql script from query meta data based on several templates and &#8230; <a href="http://www.techbits.de/2006/06/26/sql-script-creator-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a class="imagelink" href="http://www.techbits.de/wp-content/uploads/2006/06/ssc_small1.jpg" title="New Version of SQL Script Creator Logo"><img id="image39" style="float:right;" src="http://www.techbits.de/wp-content/uploads/2006/06/ssc_small1.thumbnail.jpg" alt="New Version of SQL Script Creator Logo" /></a><br />
I continued the development of my <a href="http://www.techbits.de/projects/sql-script-creator/">SQL Script Creator</a> and have just put up a setup package on it&#8217;s <a href="http://www.techbits.de/projects/sql-script-creator/">project page</a>. It is a handy tool to create a sql script from query meta data based on several templates and can save you quite some time when working with temporary tables or cursors in SQL Server.<br />
<br />
Meanwhile I found a similar opensource program which is called <a href="http://www.icodegenerator.net/main/">iCodeGenerator</a> which uses user editable templates to create custom scripts and code but it bases it&#8217;s generation on a table rather than a more customizable select query.<br />
<br />
In case you are wondering: The splashscreen design is drawn by hand with a graphic tablet &#8211; it gave me the chance to try some brush effects. It is no coincidence that the content resembles the SQL Server 2005 splash screen in a more &#8220;handmade&#8221; style <img src='http://www.techbits.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbits.de/2006/06/26/sql-script-creator-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back with SQL Script Creator&#8230; almost</title>
		<link>http://www.techbits.de/2006/06/18/back-with-sql-script-creator-almost/</link>
		<comments>http://www.techbits.de/2006/06/18/back-with-sql-script-creator-almost/#comments</comments>
		<pubDate>Sun, 18 Jun 2006 12:47:26 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sqlserver]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.techbits.de/2006/06/18/back-with-sql-script-creator-almost/</guid>
		<description><![CDATA[Being annoyed by creating a cursor script in SQL and having to define tons of variables manually I wondered if there was any tool to aid in this process. I quick google did not yield promising results. So spend the &#8230; <a href="http://www.techbits.de/2006/06/18/back-with-sql-script-creator-almost/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img style="float:right;" id="image36" src="http://www.techbits.de/wp-content/uploads/2006/06/ssc_small.jpg" alt="SQL Script Creator Splash Screen" /></p>
<p>Being annoyed by creating a cursor script in SQL and having to define tons of variables manually I wondered if there was any tool to aid in this process. I quick google did not yield promising results. So spend the weekend conjuring up an application that eases the script creation by providing specialized generators to create scripts automatically from a given SELECT statement. It works pretty well and will be tested further in the next week until I&#8217;ll release it here under some opensource license.<br />
<span style="clear:right;"/><br />
<a class="imagelink" href="http://www.techbits.de/wp-content/uploads/2006/06/ssc_screenshot.png" title="SQL Script Creator Screenshot"><img id="image38" src="http://www.techbits.de/wp-content/uploads/2006/06/ssc_screenshot.thumbnail.png" alt="SQL Script Creator Screenshot" /></a></p>
<p>Putting this app together thought me some new things about the settings and localization concepts of .NET 2.0. Two articles that got me introduced to the concept are the tutorial <a href="http://www.ondotnet.com/pub/a/dotnet/2005/08/08/localizingaspnet20.html?page=1">Localization in ASP .NET 2.0</a> on ondotnet.com and the detailed article<br />
<a href="http://www.theserverside.net/tt/articles/showarticle.tss?id=LocalizationPractices">Localization Practices for .NET 2.0</a> on theserverside.net. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbits.de/2006/06/18/back-with-sql-script-creator-almost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

