<?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>SQL Archives - IntelliTect</title>
	<atom:link href="https://intellitect.com/blog/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Complex Software Development - Simplified</description>
	<lastBuildDate>Wed, 10 Aug 2022 19:00:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://intellitect.com/wp-content/uploads/2017/02/cropped-favicon-1-32x32.png</url>
	<title>SQL Archives - IntelliTect</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Data-Fetching from Oracle SQL Using PowerShell</title>
		<link>https://intellitect.com/blog/data-fetching-oracle-sql/</link>
		
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Wed, 10 Aug 2022 18:28:43 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://intellitect.com/?p=54473</guid>

					<description><![CDATA[<p>Making an Oracle SQL Database and PowerShell Play Together As an SDET, my work often involves dealing with automated tests in different capacities. However, as I like to remind folks, the skillset of an SDET can extend beyond the standard expectations of knowing how to write Selenium tests. Other aspects of the role include fetching&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/data-fetching-oracle-sql/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">Data-Fetching from Oracle SQL Using PowerShell</span></a></div>
<p>The post <a href="https://intellitect.com/blog/data-fetching-oracle-sql/">Data-Fetching from Oracle SQL Using PowerShell</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Using SQL Server Temporal Tables</title>
		<link>https://intellitect.com/blog/updating-sql-database-use-temporal-tables-entity-framework-migration/</link>
					<comments>https://intellitect.com/blog/updating-sql-database-use-temporal-tables-entity-framework-migration/#comments</comments>
		
		<dc:creator><![CDATA[IntelliTect]]></dc:creator>
		<pubDate>Thu, 06 Jul 2017 16:38:20 +0000</pubDate>
				<category><![CDATA[.NET/C#]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">http://intellitect.com/?p=32728</guid>

					<description><![CDATA[<p>Updating SQL Database to Use Temporal Tables With Entity Framework Migration In a couple of recent applications that IntelliTect developed for clients, we decided to use SQL Server Temporal Tables in order to track changes in the database over time. The apps we were working on were ASP.NET Core web applications, using Entity Framework Core&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/updating-sql-database-use-temporal-tables-entity-framework-migration/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">Using SQL Server Temporal Tables</span></a></div>
<p>The post <a href="https://intellitect.com/blog/updating-sql-database-use-temporal-tables-entity-framework-migration/">Using SQL Server Temporal Tables</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
					<wfw:commentRss>https://intellitect.com/blog/updating-sql-database-use-temporal-tables-entity-framework-migration/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How I Installed Software on a Server Using PowerShell</title>
		<link>https://intellitect.com/blog/how-i-installed-software-on-a-server/</link>
		
		<dc:creator><![CDATA[IntelliTect]]></dc:creator>
		<pubDate>Tue, 02 May 2017 00:57:25 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">http://intellitect.com/?p=30451</guid>

					<description><![CDATA[<p>Installation I was tasked with installing custom and generic software on&#160;a dozen&#160;new&#160;servers. As an SDET, I have never done this type of task before, so I googled some methods for automating this process since&#160;manually installing each server was time-consuming. PowerShell seemed to be the logical tool for running through my list of tasks. I was&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/how-i-installed-software-on-a-server/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">How I Installed Software on a Server Using PowerShell</span></a></div>
<p>The post <a href="https://intellitect.com/blog/how-i-installed-software-on-a-server/">How I Installed Software on a Server Using PowerShell</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Upgrading SQL Server LocalDb</title>
		<link>https://intellitect.com/blog/upgrading-sql-server-localdb/</link>
					<comments>https://intellitect.com/blog/upgrading-sql-server-localdb/#comments</comments>
		
		<dc:creator><![CDATA[Grant Erickson]]></dc:creator>
		<pubDate>Sat, 14 Jan 2017 23:57:38 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">http://intellitect.com/?p=27631</guid>

					<description><![CDATA[<p>How-to Improve Your SQL Server LocalDb The Problem The Microsoft SQL Server LocalDb has become a staple tool for our development teams. A number of years ago they removed the version number from the connection string, which was a great move. I recently needed to upgrade to 2016 in order to import a .bacpac file&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/upgrading-sql-server-localdb/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">Upgrading SQL Server LocalDb</span></a></div>
<p>The post <a href="https://intellitect.com/blog/upgrading-sql-server-localdb/">Upgrading SQL Server LocalDb</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
					<wfw:commentRss>https://intellitect.com/blog/upgrading-sql-server-localdb/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
		<item>
		<title>SQL Server 2008 SP2 Uninstall Fails</title>
		<link>https://intellitect.com/blog/sql-server-2008-sp2-uninstall-fails/</link>
		
		<dc:creator><![CDATA[Mark Michaelis]]></dc:creator>
		<pubDate>Tue, 06 Sep 2011 16:15:25 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">http://www.intellitechture.com/sql-server-2008-sp2-uninstall-fails/</guid>

					<description><![CDATA[<p>Solution to Failure of SQL Server Express Recently, I tried opening an MDF file from my SQL Server Express instance only to discover be prompted with the following error: The database cannot be opened because it is version 661. This server supports version 662 and earlier. A downgrade path is not supported. This error message&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/sql-server-2008-sp2-uninstall-fails/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">SQL Server 2008 SP2 Uninstall Fails</span></a></div>
<p>The post <a href="https://intellitect.com/blog/sql-server-2008-sp2-uninstall-fails/">SQL Server 2008 SP2 Uninstall Fails</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>SQL Server 2008 Install Nightmare</title>
		<link>https://intellitect.com/blog/sql-server-2008-install-nightmare/</link>
					<comments>https://intellitect.com/blog/sql-server-2008-install-nightmare/#comments</comments>
		
		<dc:creator><![CDATA[Mark Michaelis]]></dc:creator>
		<pubDate>Tue, 09 Dec 2008 12:56:10 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">http://mark.michaelis.net/Blog/SQLServer2008InstallNightmare.aspx</guid>

					<description><![CDATA[<p>How-to Uninstall SQL Server 2008 It all started with an installation of Visual Studio 2008 SP1, which included SQL Server Express 2005.&#160; From there I wished to install SQL Server 2008 Standard on the default port and upgrade SQL Server 2005 Express to SQL Server 2008 express.&#160; Unfortunately, this proved to be a troublesome desire.&#160;&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/sql-server-2008-install-nightmare/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">SQL Server 2008 Install Nightmare</span></a></div>
<p>The post <a href="https://intellitect.com/blog/sql-server-2008-install-nightmare/">SQL Server 2008 Install Nightmare</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
					<wfw:commentRss>https://intellitect.com/blog/sql-server-2008-install-nightmare/feed/</wfw:commentRss>
			<slash:comments>14</slash:comments>
		
		
			</item>
	</channel>
</rss>
