<?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>TechnoGist &#187; SQL</title>
	<atom:link href="http://www.technogist.com/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technogist.com</link>
	<description>gist (jst)# The central idea; the essence...</description>
	<lastBuildDate>Wed, 28 Jul 2010 15:22:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Taking Data from SQL [INTO] CSV [EHLO] SMTP-Email</title>
		<link>http://www.technogist.com/2010/02/taking-data-from-sql-into-csv-ehlo-smtp-email/</link>
		<comments>http://www.technogist.com/2010/02/taking-data-from-sql-into-csv-ehlo-smtp-email/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 05:48:58 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Export-CSV]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://www.technogist.com/?p=829</guid>
		<description><![CDATA[Today I was looking at producing a report from a SQL2005 database and exporting the SQL data into a CSV file. Once completed I would be sending the CSV file to a member of my team via Email. As this is a common request I wanted to automate this with PowerShell. I had posted previously [...]]]></description>
		<wfw:commentRss>http://www.technogist.com/2010/02/taking-data-from-sql-into-csv-ehlo-smtp-email/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Connecting to a SQL Database</title>
		<link>http://www.technogist.com/2009/04/connecting-to-a-sql-database/</link>
		<comments>http://www.technogist.com/2009/04/connecting-to-a-sql-database/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 02:12:53 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.resourcefuladmin.com/?p=95</guid>
		<description><![CDATA[As I have been migrating over my scripts from VBScript to PowerShell I have had to convert over several scripts. One example of this is a section of code that I use to pull data from Tables in SQL databases. This code assumes you are using SQL authentication credentials. #Authentication Strings $account = &#8220;user&#8221; $pw [...]]]></description>
		<wfw:commentRss>http://www.technogist.com/2009/04/connecting-to-a-sql-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
