<?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>Dynamic Blog</title>
	<atom:link href="http://blog.aceplaza.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aceplaza.com</link>
	<description>A blog about whatever, for now.</description>
	<lastBuildDate>Sat, 14 Apr 2012 21:20:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows Managed Service Accounts</title>
		<link>http://blog.aceplaza.com/2012/04/14/windows-managed-service-accounts/</link>
		<comments>http://blog.aceplaza.com/2012/04/14/windows-managed-service-accounts/#comments</comments>
		<pubDate>Sat, 14 Apr 2012 20:48:59 +0000</pubDate>
		<dc:creator>Antoine</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Managed Service Accounts]]></category>

		<guid isPermaLink="false">http://blog.aceplaza.com/?p=179</guid>
		<description><![CDATA[I had a much longer post here but when I published it, the content disappeared. So until I decide to go through the steps again and redocument them, the short story is: Managed Service Accounts are great. I like them &#8230; <a href="http://blog.aceplaza.com/2012/04/14/windows-managed-service-accounts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.aceplaza.com/2012/04/14/windows-managed-service-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Like SQL Server Data Tools</title>
		<link>http://blog.aceplaza.com/2012/04/05/i-like-sql-server-data-tools/</link>
		<comments>http://blog.aceplaza.com/2012/04/05/i-like-sql-server-data-tools/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 05:55:36 +0000</pubDate>
		<dc:creator>Antoine</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.aceplaza.com/?p=177</guid>
		<description><![CDATA[SQL Server Data Tools makes life much easier for me. I now can easily version control all of my SQL objects. The only thing right now I don&#8217;t like is the fact that it cannot perform data comparisons or migrations &#8230; <a href="http://blog.aceplaza.com/2012/04/05/i-like-sql-server-data-tools/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.aceplaza.com/2012/04/05/i-like-sql-server-data-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2012 is now Generally Available</title>
		<link>http://blog.aceplaza.com/2012/04/05/sql-server-2012-is-now-generally-available/</link>
		<comments>http://blog.aceplaza.com/2012/04/05/sql-server-2012-is-now-generally-available/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 05:50:40 +0000</pubDate>
		<dc:creator>Antoine</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.aceplaza.com/?p=173</guid>
		<description><![CDATA[After going RTM March 6, SQL Server 2012 is now generally available from Microsoft.]]></description>
		<wfw:commentRss>http://blog.aceplaza.com/2012/04/05/sql-server-2012-is-now-generally-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Developer Data Modeler 3.1 Connection to SQL Server 2008 using Microsoft JDBC Driver</title>
		<link>http://blog.aceplaza.com/2012/01/27/sql-developer-data-modeler-3-1-connection-to-sql-server-2008-using-microsoft-jdbc-driver/</link>
		<comments>http://blog.aceplaza.com/2012/01/27/sql-developer-data-modeler-3-1-connection-to-sql-server-2008-using-microsoft-jdbc-driver/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 07:51:04 +0000</pubDate>
		<dc:creator>Antoine</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.aceplaza.com/?p=169</guid>
		<description><![CDATA[First, download the Microsoft JDBC driver. Once extracted, I copied the sqljdbc4.jar file into the lib folder under the jdbc folder of the SQL Developer Data Modeler but you just need to know where the jar file is located. Go &#8230; <a href="http://blog.aceplaza.com/2012/01/27/sql-developer-data-modeler-3-1-connection-to-sql-server-2008-using-microsoft-jdbc-driver/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.aceplaza.com/2012/01/27/sql-developer-data-modeler-3-1-connection-to-sql-server-2008-using-microsoft-jdbc-driver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server CTE Performance</title>
		<link>http://blog.aceplaza.com/2011/12/16/sql-server-cte-performance/</link>
		<comments>http://blog.aceplaza.com/2011/12/16/sql-server-cte-performance/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 01:24:43 +0000</pubDate>
		<dc:creator>Antoine</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.aceplaza.com/?p=162</guid>
		<description><![CDATA[I had to review a stored procedure to figure out why it was causing the web application to timeout when being passed certain parameters. The web application was using this one stored procedure to not only show a search results &#8230; <a href="http://blog.aceplaza.com/2011/12/16/sql-server-cte-performance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.aceplaza.com/2011/12/16/sql-server-cte-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2012 Release Candidate is out</title>
		<link>http://blog.aceplaza.com/2011/11/17/sql-server-2012-release-candidate-is-out/</link>
		<comments>http://blog.aceplaza.com/2011/11/17/sql-server-2012-release-candidate-is-out/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 18:58:31 +0000</pubDate>
		<dc:creator>Antoine</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.aceplaza.com/?p=155</guid>
		<description><![CDATA[Microsoft has released SQL Server 2012 Release Candidate and is supposed to be feature compete and production ready (as production ready as a release candidate can be). Get the bits here! (until the link dies)]]></description>
		<wfw:commentRss>http://blog.aceplaza.com/2011/11/17/sql-server-2012-release-candidate-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008 Service Pack 3 is out</title>
		<link>http://blog.aceplaza.com/2011/10/09/sql-server-2008-service-pack-3-is-out/</link>
		<comments>http://blog.aceplaza.com/2011/10/09/sql-server-2008-service-pack-3-is-out/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 07:47:30 +0000</pubDate>
		<dc:creator>Antoine</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.aceplaza.com/?p=153</guid>
		<description><![CDATA[SQL Server 2008 Service Pack 3 has been released. Here is where you can get it.]]></description>
		<wfw:commentRss>http://blog.aceplaza.com/2011/10/09/sql-server-2008-service-pack-3-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issues Installing Windows 8 Preview in VirtualBox &#8211; With Fix</title>
		<link>http://blog.aceplaza.com/2011/09/15/windows-8-preview/</link>
		<comments>http://blog.aceplaza.com/2011/09/15/windows-8-preview/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 06:24:05 +0000</pubDate>
		<dc:creator>Antoine</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://blog.aceplaza.com/?p=136</guid>
		<description><![CDATA[I decided to install the Windows 8 Preview as a new VirtualBox virtual machine, since I use VirtualBox as my Virtual Machine software. I ran into some snags at first though and couldn&#8217;t get the setup started. I usually setup &#8230; <a href="http://blog.aceplaza.com/2011/09/15/windows-8-preview/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.aceplaza.com/2011/09/15/windows-8-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Code Name &#8220;Denali&#8221; CTP 3 Released Today</title>
		<link>http://blog.aceplaza.com/2011/07/12/sql-server-code-name-denali-ctp-3-released-today/</link>
		<comments>http://blog.aceplaza.com/2011/07/12/sql-server-code-name-denali-ctp-3-released-today/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 21:40:38 +0000</pubDate>
		<dc:creator>Antoine</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.aceplaza.com/?p=122</guid>
		<description><![CDATA[SQL Server Code Name &#8220;Denali&#8221; CTP 3 is now available. Get it here. Microsoft states: Greater availability. Deliver the required 9s and data protection you need with AlwaysOn which delivers added functionality over CTP1. Blazing-fast performance. Get unprecedented performance gains &#8230; <a href="http://blog.aceplaza.com/2011/07/12/sql-server-code-name-denali-ctp-3-released-today/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.aceplaza.com/2011/07/12/sql-server-code-name-denali-ctp-3-released-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008 R2 Service Pack 1 Released</title>
		<link>http://blog.aceplaza.com/2011/07/12/sql-server-2008-r2-service-pack-1-released/</link>
		<comments>http://blog.aceplaza.com/2011/07/12/sql-server-2008-r2-service-pack-1-released/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 21:35:08 +0000</pubDate>
		<dc:creator>Antoine</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.aceplaza.com/?p=115</guid>
		<description><![CDATA[Today SQL Server 2008 R2 Service Pack 1 is released today. Get it here. Dynamic Management Views for increased supportability. ForceSeek for improved querying performance. Data-tier Application Component Framework (DAC Fx) for improved database upgrades.  Disk space control in PowerPivot &#8230; <a href="http://blog.aceplaza.com/2011/07/12/sql-server-2008-r2-service-pack-1-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.aceplaza.com/2011/07/12/sql-server-2008-r2-service-pack-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

