<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Quarksoft&#039;s Notes</title>
	<atom:link href="http://quarksoft.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://quarksoft.wordpress.com</link>
	<description>Useful technology information</description>
	<lastBuildDate>Thu, 02 Jul 2009 11:46:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='quarksoft.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Quarksoft&#039;s Notes</title>
		<link>http://quarksoft.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://quarksoft.wordpress.com/osd.xml" title="Quarksoft&#039;s Notes" />
	<atom:link rel='hub' href='http://quarksoft.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Creating Insert Statements for SQL Server</title>
		<link>http://quarksoft.wordpress.com/2009/07/02/creating-insert-statements-for-sql-server/</link>
		<comments>http://quarksoft.wordpress.com/2009/07/02/creating-insert-statements-for-sql-server/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 11:46:55 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[David Finkelstein]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[quarksoft]]></category>
		<category><![CDATA[sql server 2005]]></category>

		<guid isPermaLink="false">http://blog.quarksoft.com/?p=76</guid>
		<description><![CDATA[Ran across an interesting approach to generating insert statements for SQL Server 2005 (and other variants).  If uses a less well known function called master.dbo.fn_varbintohexstr. The approach that was taken was to use the fn_varbintohexstr function to encode the data so you did not need to use cursors or any fancy parsing to handle unicode [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=76&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ran across an interesting approach to <a href="http://www.sqlservercentral.com/articles/T-SQL/66987/">generating insert statements</a> for SQL Server 2005 (and other variants).  If uses a less well known function called <strong>master.dbo.fn_varbintohexstr. </strong>The approach that was taken was to use the fn_varbintohexstr function to encode the data so you did not need to use cursors or any fancy parsing to handle unicode and quotes in the generated insert statements.  I thought it was a bit clever.</p>
<p>Note: you might need to register at SQLServerCentral.com to gain access to the site to read the above linked article.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=76&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2009/07/02/creating-insert-statements-for-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Clearing Email History Lists in Outlook</title>
		<link>http://quarksoft.wordpress.com/2009/06/30/clearing-email-history-lists-in-outlook/</link>
		<comments>http://quarksoft.wordpress.com/2009/06/30/clearing-email-history-lists-in-outlook/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 02:11:37 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[David Finkelstein]]></category>
		<category><![CDATA[LLC]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[quarksoft]]></category>

		<guid isPermaLink="false">http://blog.quarksoft.com/?p=73</guid>
		<description><![CDATA[One of the great features of Outlook (but also sometimes annoying) is that it remembers all the email addresses of the people that you send email to or receive email from.  This makes it really easy for composing emails except for when you get an email address that is spelled incorrectly in that list.  That [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=73&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the great features of Outlook (but also sometimes annoying) is that it remembers all the email addresses of the people that you send email to or receive email from.  This makes it really easy for composing emails except for when you get an email address that is spelled incorrectly in that list.  That can be extremely frustrating.</p>
<p>Turns out that it is super simple to remove that email address.  Just compose and email and start typing the address.  When you see it appear, just use the arrows to select the one that is incorrect and press the Delete key.  It will be gone forever.  Quick and easy.</p>
<p>If you want to clear the entire email history, you can do the following:</p>
<ul>
<li>Exit Outlook</li>
<li>Run Windows Explorer</li>
<li>Navigate to the C:\Documents and Settings\username\Application Data\Microsoft\Outlook folder (substitute username with your username)</li>
<li>Find the file with the NK2 extension and rename or delete it.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=73&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2009/06/30/clearing-email-history-lists-in-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Remote Desktop with Multiple Monitors / Screens</title>
		<link>http://quarksoft.wordpress.com/2009/06/22/remote-desktop-with-multiple-monitors-screens/</link>
		<comments>http://quarksoft.wordpress.com/2009/06/22/remote-desktop-with-multiple-monitors-screens/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 20:34:40 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[Utility]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[David Finkelstein]]></category>
		<category><![CDATA[quarksoft]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Remote Desktop]]></category>

		<guid isPermaLink="false">http://blog.quarksoft.com/?p=62</guid>
		<description><![CDATA[How to get Remote Desktop to support multiple monitors in a single session.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=62&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago a client of ours asked if there was a way to get a Remote Desktop session to go full screen across the two monitors that they had connected to their computer.  There didn&#8217;t seem to be an obvious method to do this.  Upon some further research we discovered that there was a command line option for the Remote Desktop application called /span which allows a single session to span multiple monitors.</p>
<p>If you have two (or more) monitors that are the same height, you could issue the following command:</p>
<p>mstsc /span</p>
<p>When the Remote Desktop application starts up it will ask you what Computer you want to connect to.  Just enter the name or IP address of the computer and you will be connected in full screen mode across your two (or more) monitors.</p>
<p>Some notes from the Microsoft Help about what the /span option does and its limitations:</p>
<blockquote><p>Matches the remote desktop width and height with the local virtual desktop,  spanning across  multiple monitors if necessary. To span across monitors, the monitors must all have the same  height and be aligned side by side.</p></blockquote>
<p>In order to save the /span option into the .rdp file you will need to manually edit it:</p>
<ul>
<li>Open Windows Explorer, and browse to the folder containing the .rdp file you want to edit.</li>
<li>Right-click the file &gt; Open With &gt; Choose Program &gt; Notepad (or any other text editing program you have installed on your computer)</li>
<li>Once the file is open in Notepad go to the bottom of the file and add the following command: span monitors:i:1</li>
<li>Save the file.</li>
</ul>
<p>Now your rdp file will automatically span monitors when executed.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=62&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2009/06/22/remote-desktop-with-multiple-monitors-screens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>ASP.NET AJAX Control Toolkit Samples</title>
		<link>http://quarksoft.wordpress.com/2009/03/19/aspnet-ajax-control-toolkit-samples/</link>
		<comments>http://quarksoft.wordpress.com/2009/03/19/aspnet-ajax-control-toolkit-samples/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 15:03:40 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[David Finkelstein]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[quarksoft]]></category>

		<guid isPermaLink="false">http://blog.quarksoft.com/2009/03/19/aspnet-ajax-control-toolkit-samples/</guid>
		<description><![CDATA[Most of you probably have already experimented with the Control Toolkit, but just in case you never ran across it, take a look at these Toolkit samples If you have any questions about them, drop me a comment here.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=52&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Most of you probably have already experimented with the Control Toolkit, but just in case you never ran across it, take a look at these <a href="http://www.asp.net/AJAX/AjaxControlToolkit/samples/" target="_blank">Toolkit samples</a></p>
<p>If you have any questions about them, drop me a comment here.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=52&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2009/03/19/aspnet-ajax-control-toolkit-samples/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Calculating Age in T-SQL</title>
		<link>http://quarksoft.wordpress.com/2009/03/13/calculating-age-in-t-sql/</link>
		<comments>http://quarksoft.wordpress.com/2009/03/13/calculating-age-in-t-sql/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 13:17:40 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[David Finkelstein]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[quarksoft]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[sql server 2005]]></category>

		<guid isPermaLink="false">http://blog.quarksoft.com/?p=50</guid>
		<description><![CDATA[Here&#8217;s a decent article on calculating the age of a person (or anything else) written by Lynn Pettis.  Discusses some pitfalls with leap years.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=50&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a decent article on <a href="http://www.sqlservercentral.com/articles/T-SQL/63351/">calculating the age</a> of a person (or anything else) written by Lynn Pettis.  Discusses some pitfalls with leap years.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=50&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2009/03/13/calculating-age-in-t-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Using and Managing SQL Server Aliases</title>
		<link>http://quarksoft.wordpress.com/2009/03/10/using-and-managing-sql-server-aliases/</link>
		<comments>http://quarksoft.wordpress.com/2009/03/10/using-and-managing-sql-server-aliases/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 15:18:42 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[sql server 2005]]></category>

		<guid isPermaLink="false">http://blog.quarksoft.com/?p=48</guid>
		<description><![CDATA[I know that not many people I have met in my SQL Server experience have used SQL Aliases.  In many ways it is one of the most useful features of SQL Server.   Roman Rehak wrote a great article about SQL Server Aliases.  You have to be registered to see the full article, but some of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=48&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I know that not many people I have met in my SQL Server experience have used SQL Aliases.  In many ways it is one of the most useful features of SQL Server.   Roman Rehak wrote a great article about <a href="http://http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1281621_mem1,00.html#" target="_blank">SQL Server Aliases</a>.  You have to be registered to see the full article, but some of the highlights are discussed below.</p>
<p>Creating an alias all depends on which client tools are installed on the computer you are using.  Here are the common methods for running the SQL Client Configuration Tool:</p>
<ul>
<li><span class="a3">If SQL Server 2000 client tools are installed, use the SQL Client Network Utility and select the <em>Alias</em> tab.</span></li>
<li><span class="a3">If SQL Server 2005 client tools are installed, use the SQL Server Configuration Manager and expand the SQL Native Client Configuration node to find the node for <em>Aliases</em>.<br />
</span></li>
<li><span class="a3">If you do not have any client tools installed, you can still get at the Client Network Utility by executing &#8220;cliconfg&#8221; from any command prompt.</span></li>
</ul>
<p>Aliases are useful in the following scenarios:</p>
<ul>
<li>Create an alias that is a friendlier name than the server name itself.</li>
<li>In a Development/QA/Production environment.  Using aliases allow you to keep the code base across your servers the same without having to change source code (sort of related to the last bullet).</li>
<li>Enforce the use of a particular protocol.  If you get the &#8220;<span class="a3">Cannot generate SSPI context&#8221; error you can try creating an alias to force the use of the Named Pipes.<br />
</span></li>
<li>A distributed environment with multiple servers that reference each other using the Linked Servers feature.  You can define the linked servers with the aliases instead of the actual names.  This makes future moving of databases and such much easier since you will not need to chnage the linked server names in your code.</li>
<li><span class="a3">In a high-availability environment to allow you to quickly change the server without changing all your code (such as web applications and such).</span></li>
</ul>
<p>I&#8217;m sure there are other useful reasons to use aliases, but that covers a few of them that show the power of the alias function.</p>
<p>If you have any other good ideas, please comment on the post.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=48&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2009/03/10/using-and-managing-sql-server-aliases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Great Script for Accessing IIS Configuration Properties</title>
		<link>http://quarksoft.wordpress.com/2009/03/06/great-tip-for-accessing-iis-configuration-properties/</link>
		<comments>http://quarksoft.wordpress.com/2009/03/06/great-tip-for-accessing-iis-configuration-properties/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 16:16:30 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://blog.quarksoft.com/2009/03/06/great-tip-for-accessing-iis-configuration-properties/</guid>
		<description><![CDATA[Need to extract information from IIS such as IP Addresses, Host Headers, Log Directories and lots more. This great little script from David Wang does a great job of this.  It saved me hours and hours of work going through all my IIS servers manually. Thanks David!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=43&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Need to <a href="http://blogs.msdn.com/david.wang/archive/2005/07/13/HOWTO_Enumerate_IIS_Website_Configuration.aspx" target="_blank">extract information from IIS</a> such as IP Addresses, Host Headers, Log Directories and lots more.  This great little script from David Wang does a great job of this.  It saved me hours and hours of work going through all my IIS servers manually.</p>
<p>Thanks David!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=43&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2009/03/06/great-tip-for-accessing-iis-configuration-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Useful way to reformat an ASP.NET File Upload control</title>
		<link>http://quarksoft.wordpress.com/2009/01/15/found-a-useful-way-to-reformat-an-aspnet-file-upload-control/</link>
		<comments>http://quarksoft.wordpress.com/2009/01/15/found-a-useful-way-to-reformat-an-aspnet-file-upload-control/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 18:55:06 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[asp.net file upload]]></category>

		<guid isPermaLink="false">http://blog.quarksoft.com/2009/01/15/found-a-useful-way-to-reformat-an-aspnet-file-upload-control/</guid>
		<description><![CDATA[The guys over at QuirksMode.org have come up with an interesting way to get around the default styling of a File Upload control See the details here: http://www.quirksmode.org/dom/inputfile.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=40&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The guys over at QuirksMode.org have come up with an interesting way to get around the default styling of a File Upload control  See the details here:</p>
<p>http://www.quirksmode.org/dom/inputfile.html</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=40&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2009/01/15/found-a-useful-way-to-reformat-an-aspnet-file-upload-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>So what do you do with all those IIS log files?</title>
		<link>http://quarksoft.wordpress.com/2008/11/19/so-what-do-you-do-with-all-those-iis-log-files/</link>
		<comments>http://quarksoft.wordpress.com/2008/11/19/so-what-do-you-do-with-all-those-iis-log-files/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 04:12:23 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IIS Logs]]></category>
		<category><![CDATA[Import]]></category>

		<guid isPermaLink="false">http://quarksoft.wordpress.com/?p=38</guid>
		<description><![CDATA[You are responsible for one or more Windows web servers and you have all these IIS log files that you want to make some sense out of.   If you have some basic SQL skills Microsoft is making available a utility called LogParser which does a great job getting in there and allowing you to query [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=38&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You are responsible for one or more Windows web servers and you have all these <a href="http://www.microsoft.com/technet/scriptcenter/tools/logparser/default.mspx" target="_blank">IIS log files</a> that you want to make some sense out of.   If you have some basic SQL skills Microsoft is making available a utility called <a href="http://www.microsoft.com/technet/scriptcenter/tools/logparser/default.mspx" target="_blank">LogParser</a> which does a great job getting in there and allowing you to query the files directly using some basic SQL syntax.   The feature I like the best is the ability to convert the data into a SQL table for manipulation via T-SQL.</p>
<p>Here is a sample of what I did (this would all go on a single line)</p>
<p>c:\&#8221;program files&#8221;\&#8221;log parser 2.2&#8243;\LogParser -iCheckPoint:myCheckPoint.lpc -o:SQL -server:localhost -database:IISLogs -createtable:ON &#8220;SELECT * FROM ex0810*.log TO IISLogs&#8221;</p>
<p>This short command line will read in all log files that start with ex0810 and import them into a table called IISLogs.  It will also create a checkpoint file so that if you run the command again it will not import records that have already been imported.</p>
<p>How cool is that?</p>
<p>Once all the importing is done you can leverage the SQL tables using whatever methods you need to.</p>
<p>If you need any help with stuff, send us a note at support at quarksoft.com.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=38&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2008/11/19/so-what-do-you-do-with-all-those-iis-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Outlook 2007 Preview Pane made useful&#8230;</title>
		<link>http://quarksoft.wordpress.com/2008/10/28/outlook-2007-preview-pane-made-useful/</link>
		<comments>http://quarksoft.wordpress.com/2008/10/28/outlook-2007-preview-pane-made-useful/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 13:50:19 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Outlook 2007]]></category>
		<category><![CDATA[Outlook Preview Handler]]></category>
		<category><![CDATA[Outlook Preview Pane]]></category>
		<category><![CDATA[Preview Handler]]></category>

		<guid isPermaLink="false">http://quarksoft.wordpress.com/?p=33</guid>
		<description><![CDATA[I finally had upgraded to Outlook 2007 about a month ago and one of the features I found myself using a lot was the Preview feature for attachments. It was great for the PDF and the typical office documents, but there were no preview handlers for files such as WAV. I have a VOIP line [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=33&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I finally had upgraded to Outlook 2007 about a month ago and one of the features I found myself using a lot was the Preview feature for attachments.  It was great for the PDF and the typical office documents, but there were no preview handlers for files such as WAV.  I have a VOIP line that emails me the voice mail messages that have been left so having a WAV previewer would be really useful for me.</p>
<p>During my search for such a feature I ran across a great utility from Gil Azar (and in his post gives credit to lots of others for their help).  You can download the ultimate <a href="http://www.azarfamily.org/previewhandlersforwindowsxp" target="_blank">Outlook 2007 preview handler</a> from his site.</p>
<p>If you are interested in some of the <a href="http://msdn.microsoft.com/en-us/magazine/cc163487.aspx" target="_blank">technical details</a> Gil discusses them on his page and provides some really great links.</p>
<p>I&#8217;ve included parts of Gil&#8217;s original post just in case his site disappears one day.</p>
<p>A self-extracting installer, which silently installs Stephen Toub&#8217;s MSDN Magazine Managed Preview Handler Framework and Gil&#8217;s small addition, can be downloaded <a href="http://quarksoft.com/files/PrevHandlerPack.exe">here</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=33&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2008/10/28/outlook-2007-preview-pane-made-useful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Command Line FTP Client with PASV support</title>
		<link>http://quarksoft.wordpress.com/2008/09/12/command-line-ftp-client-with-pasv-support/</link>
		<comments>http://quarksoft.wordpress.com/2008/09/12/command-line-ftp-client-with-pasv-support/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 19:32:59 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[passive ftp]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://quarksoft.wordpress.com/?p=31</guid>
		<description><![CDATA[I ran into a problem scheduling the transfer of a file via FTP today.  The server was behind a firewall that required me to use PASV FTP support.  Unfortunately the command line version of FTP that comes with Windows 2003 was not able to support this configuration (at least I could not figure out how [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=31&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I ran into a problem scheduling the transfer of a file via FTP today.  The server was behind a firewall that required me to use PASV FTP support.  Unfortunately the <a href="http://www.ncftpd.com/">command line version of FTP </a>that comes with Windows 2003 was not able to support this configuration (at least I could not figure out how to make it support it).</p>
<p>In trying to figure out a solution to this issue I ran across <a href="http://www.ncftpd.com/">NcFTP</a>.  This is primarily a *nix based FTP tool (both server and client), but it has a Windows command line version of FTP that proved to be just the tool I needed.  You can download the <a href="ftp://ftp.ncftp.com/ncftp/binaries/ncftp-3.2.2-win32.exe">Windows version</a> of the client or if you prefer they have lots of *nix flavors.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/quarksoft.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/quarksoft.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=31&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2008/09/12/command-line-ftp-client-with-pasv-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Easy method to download a portion of a web site</title>
		<link>http://quarksoft.wordpress.com/2008/08/21/easy-method-to-download-a-portion-of-a-web-site/</link>
		<comments>http://quarksoft.wordpress.com/2008/08/21/easy-method-to-download-a-portion-of-a-web-site/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 18:39:59 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[batch download]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[download web site]]></category>
		<category><![CDATA[recursive]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://quarksoft.wordpress.com/?p=26</guid>
		<description><![CDATA[I have this client that posted several hundred files on their internal web site that I needed to download to my laptop for testing purposes.  I started downloading them one by one and thought that there must be a better way without installing some big application to do this.  With a little Google searching I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=26&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have this <a href="http://www.savvyauntie.com" target="_blank">client</a> that posted several hundred files on their internal web site that I needed to download to my laptop for testing purposes.    I started downloading them one by one and thought that there must be a better way without installing some big application to do this.   With a little <a href="http://www.google.com" target="_blank">Google</a> searching I found a great open source utility called <a href="http://www.gnu.org/software/wget/" target="_blank">wget</a> that provides everything I needed from a command line (which had the added bonus of being able to easily script it).</p>
<p>An example of the command to recursively download a web site is shown below:</p>
<blockquote><p><a href="http://www.gnu.org/software/wget/" target="_blank">wget</a> -l2 -r -k http://www.siteyouwanttoget.com/folder1</p></blockquote>
<ul>
<li>The -l parameter tells the software how many levels to download (I only needed 2 levels deep in my example)</li>
<li>The -r parameter tells it to download recursively</li>
<li>The -k parameter tell is to convert non-relative links into relative ones so that there will not be any dependencies on the original site.</li>
</ul>
<p>So there you have it.  One simple, small 162Kb EXE that does exactly what I needed (it also does ALOT more than this).  Have Fun!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/quarksoft.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/quarksoft.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=26&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2008/08/21/easy-method-to-download-a-portion-of-a-web-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>ASP.NET Session State in SQL Server</title>
		<link>http://quarksoft.wordpress.com/2008/06/13/aspnet-session-state-in-sql-server/</link>
		<comments>http://quarksoft.wordpress.com/2008/06/13/aspnet-session-state-in-sql-server/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 21:05:26 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://quarksoft.wordpress.com/?p=21</guid>
		<description><![CDATA[There are lots of places to get information about putting the Session State into a SQL Server database instead of in-memory. The information I have found most useful is the utility aspnet_regsql.exe. It performs a bunch of different tasks for ASP.NET and interaction with SQL Server and the membership interfaces. For example if you want [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=21&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are lots of places to get information about putting the Session State into a SQL Server database instead of in-memory.  The information I have found most useful is the utility aspnet_regsql.exe.  It performs a bunch of different tasks for ASP.NET and interaction with SQL Server and the membership interfaces.</p>
<p>For example if you want to get session persisted across SQL Server reboots you can issue this command:</p>
<blockquote><p>aspnet_regsql.exe -ssadd -sstype p -E -S &lt;servername&gt;</p></blockquote>
<p>The sstype p is the option that allows for the state to be persisted.  You can execute aspnet_regsql.exe -?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/quarksoft.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/quarksoft.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=21&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2008/06/13/aspnet-session-state-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Resetting the IDENTITY counter in SQL Server T-SQL</title>
		<link>http://quarksoft.wordpress.com/2008/05/13/resetting-the-identity-counter-in-sql-server-t-sql/</link>
		<comments>http://quarksoft.wordpress.com/2008/05/13/resetting-the-identity-counter-in-sql-server-t-sql/#comments</comments>
		<pubDate>Tue, 13 May 2008 18:35:00 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[quarksoft]]></category>

		<guid isPermaLink="false">http://quarksoft.wordpress.com/?p=19</guid>
		<description><![CDATA[You&#8217;ve been there before.  You are busily testing your import routines and running up the Identity column in your main import table.  Before you know it the value is in the multi-millions and you just want to reset it back to 1.  The way to accomplish this is to use the DBCC CHECKIDENT command. For [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=19&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve been there before.  You are busily testing your import routines and running up the Identity column in your main import table.  Before you know it the value is in the multi-millions and you just want to reset it back to 1. </p>
<p><span style="color:#000000;">The way to accomplish this is to use the DBCC CHECKIDENT command.</span></p>
<p>For example:</p>
<pre style="padding-left:30px;">DBCC CHECKIDENT (SalesForce, reseed, 0)</pre>
<p>This assumes your table is called SalesForce and you want to start the numbering at 1.  If you wanted to start the number at 2000 you can substitute 0 with 1999.  There has been some discussion that has said if the table never had records added to it the reseed value itself will be used instead of the reseed + 1 value.  You should not need to use this statement for a &#8220;new&#8221; table.</p>
<p>Credit for this post is given to Pinal Dave over at <a href="http://sqlauthority.com/">http://sqlauthority.com/</a>.  The specific post this I am referring to is the one at this <a href="http://blog.sqlauthority.com/2007/03/15/sql-server-dbcc-reseed-table-identity-value-reset-table-identity/">page</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/quarksoft.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/quarksoft.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=19&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2008/05/13/resetting-the-identity-counter-in-sql-server-t-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Helping block spam with T-SQL</title>
		<link>http://quarksoft.wordpress.com/2008/05/01/helping-block-spam-with-t-sql/</link>
		<comments>http://quarksoft.wordpress.com/2008/05/01/helping-block-spam-with-t-sql/#comments</comments>
		<pubDate>Thu, 01 May 2008 13:57:41 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[phil factor]]></category>
		<category><![CDATA[quarksoft]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://quarksoft.wordpress.com/?p=18</guid>
		<description><![CDATA[Found a great article on blocking spam using T-SQL code.  It is especially useful for blog posts and other community related sites that accept user input.  Could even be used on form comments to help block all those guys that submit endless forms on your sites.  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=18&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Found a great article on <a href="http://www.simple-talk.com/community/blogs/philfactor/archive/2008/04/11/47264.aspx">blocking spam using T-SQL code</a>.  It is especially useful for blog posts and other community related sites that accept user input.  Could even be used on form comments to help block all those guys that submit endless forms on your sites.</p>
<p> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/quarksoft.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/quarksoft.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=18&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2008/05/01/helping-block-spam-with-t-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Quick method to backup SQL Server database to workstation</title>
		<link>http://quarksoft.wordpress.com/2008/04/09/quick-method-to-backup-sql-server-backup-to-workstation/</link>
		<comments>http://quarksoft.wordpress.com/2008/04/09/quick-method-to-backup-sql-server-backup-to-workstation/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 12:53:16 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://quarksoft.wordpress.com/?p=17</guid>
		<description><![CDATA[Backup SQL Server database from a remote SQL Server to a local SQL Server<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=17&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">On the last project I was working on I did not have physical access to the SQL Server disks in order to get a copy of the backup file created using the SSMS software.   I needed to make a copy to my local SQL Server in order to do some testing before I blew away all the data on the &#8220;real&#8221; SQL Server.   SSMS does not appear to have a method to allow you to specify a network path, but T-SQL has that capability with the BACKUP command.</p>
<p class="MsoNormal">If you complete the following steps you can get a backup copy of the database on your local workstation (assuming you have SQL Server installed locally):</p>
<ol>
<li>Get the IP address of your local computer using the ipconfig command or some other method.</li>
<li>Make sure you have created a share on your computer in the location where you want the backup file to be stored.  For this example I am going to assume there is a share called BACKUP that points to C:\BACKUP (again, this share is on your local workstation, not the remote SQL Server)</li>
<li>Connect to the remote database with SSMS</li>
<li>Open a Query Window</li>
<li>Execute the following command (replace 1.1.1.1 with the IP address determined from step 1 and replace YourDatabase with the name of the database you want to backup)</li>
</ol>
<p><code>BACKUP DATABASE YourDatabase<br />
TO DISK = '\\1.1.1.1\Backup\YourDatabase.bak'<br />
WITH FORMAT,<br />
NAME = 'Full Backup of YourDatabase'</code></p>
<p>Now you can use SSMS to restore the database to your local copy of SQL Server or just keep it around in case you mess up the production database.</p>
<p>Another useful thing you can do is to schedule this and use the OSQL command line tool to execute the script as part of a development release or any other process.  There are lots of options.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/quarksoft.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/quarksoft.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=17&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2008/04/09/quick-method-to-backup-sql-server-backup-to-workstation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Oops&#8230; Forgot to add the attachment to your email?</title>
		<link>http://quarksoft.wordpress.com/2008/02/06/oops-forgot-to-add-the-attachment-to-your-email/</link>
		<comments>http://quarksoft.wordpress.com/2008/02/06/oops-forgot-to-add-the-attachment-to-your-email/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 02:36:11 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[outlook training]]></category>
		<category><![CDATA[quarksoft]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://quarksoft.wordpress.com/?p=16</guid>
		<description><![CDATA[You know you have done it before.  The second you hit send you realized you forgot to attach the all important photo, spreadsheet or document.   Here is a way to delay the sending of the email so you can grab it before it goes out to everyone you sent it to.  We are going to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=16&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You know you have done it before.  The second you hit send you realized you forgot to attach the all important photo, spreadsheet or document.   Here is a way to delay the sending of the email so you can grab it before it goes out to everyone you sent it to.  We are going to assume you are using Outlook, but the same thing can be done with most email clients that support the Rules concepts.</p>
<ul>
<li>Open Outlook</li>
<li>Click on the Tools menu and then Rules &amp; Alerts.</li>
<li>Click on New Rule &#8220;Start from a blank rule&#8221;.</li>
<li>Click in Step 1 box, &#8220;Check message after sending&#8221;.</li>
<li>Next, click on &#8220;On this machine only&#8221;.</li>
<li>Next, Click in Step 1 box, &#8220;Defer delivery by a number of minutes&#8221;.</li>
<li>Click in Step 2 box, &#8220;a number of&#8221; enter the number of minutes. </li>
<li>Click on OK, click on Finish.</li>
</ul>
<p>Now, when you click on Send, your message will be held for however many minutes you selected before being sent.  After sending an email if you realize there is something that needed to be changed, you just click on the Outbox, then click on the message to open, make any changes and click on send again.   This technique has saved me numerous times from being &#8220;stupid&#8221;.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/quarksoft.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/quarksoft.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=16&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2008/02/06/oops-forgot-to-add-the-attachment-to-your-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Disabling buttons on click for ASP.NET forms</title>
		<link>http://quarksoft.wordpress.com/2008/01/31/disabling-buttons-on-click-for-aspnet-forms/</link>
		<comments>http://quarksoft.wordpress.com/2008/01/31/disabling-buttons-on-click-for-aspnet-forms/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 15:10:39 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://quarksoft.wordpress.com/?p=15</guid>
		<description><![CDATA[Found some great tips in the simple-talk.com blog about disabling buttons on asp.net forms. If you ever created a form and had your users click on the submit button multiple times this is the code you have been looking for.  Be sure to check out Robyn Page&#8217;s comments for a method to block the whole [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=15&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Found some great tips in the <a href="http://www.simple-talk.com/community/blogs/damon_armstrong/archive/2007/12/20/Disable_a_ASP_NET_Button_When_Clicked.aspx">simple-talk.com</a> blog about disabling buttons on asp.net forms.</p>
<p>If you ever created a form and had your users click on the submit button multiple times this is the code you have been looking for.  Be sure to check out Robyn Page&#8217;s comments for a method to block the whole form during the form submit as well.</p>
<p>Complete details can be found <a href="http://www.simple-talk.com/community/blogs/damon_armstrong/archive/2007/12/20/Disable_a_ASP_NET_Button_When_Clicked.aspx">here</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/quarksoft.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/quarksoft.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=15&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2008/01/31/disabling-buttons-on-click-for-aspnet-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Virtual PC for Migrating to a new computer</title>
		<link>http://quarksoft.wordpress.com/2008/01/15/using-virtual-pc-for-migrating-to-a-new-computer/</link>
		<comments>http://quarksoft.wordpress.com/2008/01/15/using-virtual-pc-for-migrating-to-a-new-computer/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 16:06:46 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[Utility]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[virtual to physical]]></category>
		<category><![CDATA[virtualpc]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.quarksoft.com/2008/01/15/using-virtual-pc-for-migrating-to-a-new-computer/</guid>
		<description><![CDATA[The below information is taken from this post from here. I copied a majority of the text just in case his site disappears one day since this information is really valuable.  I would like to give credit to Ben Armstrong for providing invaluable information on the topics surrounding Virtual PC, Virtual Server and its benefits [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=13&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The below information is taken from this post from <a href="http://blogs.msdn.com/virtual_pc_guy/archive/2004/11/22/268225.aspx">here</a>.  I copied a majority of the text just in case his site disappears one day since this information is really valuable.  I would like to give credit to Ben Armstrong for providing invaluable information on the topics surrounding Virtual PC, Virtual Server and its benefits and pitfalls.</p>
<p>One cool use of Virtual PC is as a &#8216;backup&#8217; during a physical computer migration.</p>
<p>What I do is:</p>
<ol>
<li>Setup the new computer with Windows, virtual PC, and as many of the applications from the old computer that I know about</li>
<li>Take the hard disk out of her old computer and attach it to the new computer</li>
<li>Boot up the new computer</li>
<li>Go into the Disk Management tool under Windows (Control Panel &#8211;&gt; Administrative tools &#8211;&gt; Computer Management &#8211;&gt;  Disk Management)</li>
<li>Select to remove the disk letter from the hard disk from the old computer</li>
<li>Start Virtual PC</li>
<li>Use the Virtual Hard Disk wizard to create a linked virtual hard disk pointing to the hard disk from the old computer</li>
<li>Then use the Virtual Hard Disk wizard to convert the linked virtual hard disk to a dynamic virtual hard disk</li>
<li>Wait a long time (usually 2 to 3 hours)
<ol>
<li>Any anti-virus software should be disabled for this step &#8211; otherwise it will take a lot longer</li>
</ol>
</li>
<li>Create a new virtual machine that points to the new virtual hard disk</li>
<li>Boot up the virtual machine and confirm that everything works
<ol>
<li>There are a few things that can cause this to fail &#8211; and I will discuss them in further depth in coming posts</li>
</ol>
</li>
<li>Install the Virtual Machine Additions and shutdown the virtual machine</li>
<li>Shutdown the new computer and remove the old disk</li>
</ol>
<p>Once this is done &#8211; I can begin migrating data and application information from the virtual machine to the physical computer over the network.  But the best thing is that if a program doesn&#8217;t work &#8211; you can just launch the virtual machine and use it there for now.</p>
<p>You might also run into a problem during this process that can be resolved using the following method (original post can be found <a href="http://blogs.msdn.com/virtual_pc_guy/archive/2004/11/24/269412.aspx">here</a>):</p>
<p>This post is going to focus on migrating Windows systems &#8211; but there are similar issues with migration of most other operating systems.</p>
<p>Problem 1: &#8220;STOP:0x000007B Inaccessible Boot Device&#8221;</p>
<p>You image the physical computer to a virtual machine &#8211; and now when you boot it blue screens almost immediately with a &#8220;STOP:0x000007B Inaccessible Boot Device&#8221; message.  What is going on?  Well, Windows maintains a list of &#8216;critical boot devices&#8217; that are loaded in order to boot the system.  One of these devices is going to be the hard disk controller that you boot the system off of.  Sometimes &#8211; your physical computer will be close enough to the virtual machine that you do not see this error message.  However &#8211; if you do see this problem &#8211; you will need to do the following:</p>
<ol>
<li>Go back to the original physical computer</li>
<li>Boot Windows</li>
<li>Go to &#8216;Start&#8217; &#8211;&gt; &#8216;Control Panel&#8217; &#8211;&gt; &#8216;Administrative Tools&#8217; &#8211;&gt; &#8216;Computer Management&#8217; &#8211;&gt; &#8216;Device Manager&#8217;</li>
<li>Expand the &#8216;IDE ATA/ATAPI controllers selection&#8217;</li>
<li>Double click the &#8216;controller&#8217; entry (not the &#8216;Channel&#8217; entries)</li>
<li>Go to the &#8216;Driver&#8217; tab</li>
<li>Select &#8216;Update Driver&#8217;</li>
<li>Select to &#8216;Install from a list or specific location (advanced)&#8217;</li>
<li>Select &#8216;Don&#8217;t search. I will choose the driver to install&#8217;</li>
<li>This should display a list with your specific controller and a Standard / generic controller.  Select the standard / generic controller.</li>
<li>Finish the wizard</li>
<li>Shutdown the system</li>
<li>Attempt to migrate the system again</li>
</ol>
<p>This is the only problem that I am going to discuss in this series that requires you to make a change to the physical system before you migrate it &#8211; but thankfully it is a non-destructive change &#8211; as you will still be able to boot the physical system with no problems after this change.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/quarksoft.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/quarksoft.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=13&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2008/01/15/using-virtual-pc-for-migrating-to-a-new-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Pivots with Dynamic Columns in SQL Server 2005</title>
		<link>http://quarksoft.wordpress.com/2008/01/07/pivots-with-dynamic-columns-in-sql-server-2005/</link>
		<comments>http://quarksoft.wordpress.com/2008/01/07/pivots-with-dynamic-columns-in-sql-server-2005/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 19:41:42 +0000</pubDate>
		<dc:creator>quarksoft</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[pivot]]></category>
		<category><![CDATA[quarksoft]]></category>
		<category><![CDATA[simple-talk.com]]></category>
		<category><![CDATA[sql server 2005]]></category>

		<guid isPermaLink="false">http://blog.quarksoft.com/2008/01/07/pivots-with-dynamic-columns-in-sql-server-2005/</guid>
		<description><![CDATA[Found a great article at www.simple-talk.com which described how to create pivot queries with dynamic column names.  It seems simple at first until you try to adjust your columns manually and then discover that you really need to implement some special code to accomplish the task.  The article Pivots with Dynamic Columns in SQL Server 2005 provides [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=12&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Found a great article at <a href="http://www.simple-talk.com/">www.simple-talk.com</a> which described how to create pivot queries with dynamic column names.  It seems simple at first until you try to adjust your columns manually and then discover that you really need to implement some special code to accomplish the task.  The article <a href="http://www.simple-talk.com/community/blogs/andras/archive/2007/09/14/37265.aspx">Pivots with Dynamic Columns in SQL Server 2005</a> provides just the right information to accomplish the task and saved me a ton of time trying to create the process on my own.  Great job Andras.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/quarksoft.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/quarksoft.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quarksoft.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quarksoft.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quarksoft.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quarksoft.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quarksoft.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quarksoft.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quarksoft.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quarksoft.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quarksoft.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quarksoft.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quarksoft.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quarksoft.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quarksoft.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quarksoft.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quarksoft.wordpress.com&amp;blog=1669296&amp;post=12&amp;subd=quarksoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quarksoft.wordpress.com/2008/01/07/pivots-with-dynamic-columns-in-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aced1b00ce198b34c53d76b7fb5efed9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">quarksoft</media:title>
		</media:content>
	</item>
	</channel>
</rss>
