<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:blog="http://dnn-connect.org/blog/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>SQL</title>
    <link>https://www.revindex.com/Resources/Blogs/blog/6/locale/en-US/SQL</link>
    <description>SQL database query language</description>
    <managingEditor>slim@revindex.com</managingEditor>
    <pubDate>Mon, 18 May 2026 09:02:37 GMT</pubDate>
    <lastBuildDate>Mon, 18 May 2026 09:02:37 GMT</lastBuildDate>
    <generator>DotNetNuke Blog RSS Generator Version 6.4.2.0</generator>
    <ttl>30</ttl>
    <atom:link href="https://www.revindex.com/DesktopModules/Blog/API/RSS/Get?tabid=65&amp;moduleid=394&amp;blog=6" rel="self" type="application/rss+xml" />
    <item>
      <title>Easy Upgrade SQL Server 2000/2005 to SQL Server 2008</title>
      <link>https://www.revindex.com/Resources/Blogs/Post/580/Easy-Upgrade-SQL-Server-2000-2005-to-SQL-Server-2008</link>
      <description>Easy way to upgrade SQL Server 2005 to SQL Server 2008.</description>
      <author>slim@revindex.com (Revindex Solution)</author>
      <blog:author>Revindex Solution</blog:author>
      <guid isPermaLink="true">https://www.revindex.com/Resources/Blogs/Post/580/Easy-Upgrade-SQL-Server-2000-2005-to-SQL-Server-2008</guid>
      <pubDate>Fri, 31 Oct 2008 12:26:00 GMT</pubDate>
      <blog:publishedon>2008-10-31 12:26:00Z</blog:publishedon>
    </item>
    <item>
      <title>DateTime.MinValue underflow in SQL Server</title>
      <link>https://www.revindex.com/Resources/Blogs/Post/578/DateTime-MinValue-underflow-in-SQL-Server</link>
      <description>You get an overflow exception when you save DateTime.MinValue into a SQL Server "datetime" column. (.NET, C#, VB.NET, SQL Server, PostgreSQL)</description>
      <author>slim@revindex.com (Revindex Solution)</author>
      <blog:author>Revindex Solution</blog:author>
      <guid isPermaLink="true">https://www.revindex.com/Resources/Blogs/Post/578/DateTime-MinValue-underflow-in-SQL-Server</guid>
      <pubDate>Wed, 22 Oct 2008 09:29:00 GMT</pubDate>
      <blog:publishedon>2008-10-22 09:29:00Z</blog:publishedon>
    </item>
    <item>
      <title>Get Approximate Row Count Fast on SQL Server</title>
      <link>https://www.revindex.com/Resources/Blogs/Post/575/Get-Approximate-Row-Count-Fast-on-SQL-Server</link>
      <description>Here's how to find the approximate row count for any indexed table quickly in SQL Server.</description>
      <author>slim@revindex.com (Revindex Solution)</author>
      <blog:author>Revindex Solution</blog:author>
      <guid isPermaLink="true">https://www.revindex.com/Resources/Blogs/Post/575/Get-Approximate-Row-Count-Fast-on-SQL-Server</guid>
      <pubDate>Fri, 26 Sep 2008 08:51:00 GMT</pubDate>
      <blog:publishedon>2008-09-26 08:51:00Z</blog:publishedon>
    </item>
    <item>
      <title>Cycling SQL Server Logs</title>
      <link>https://www.revindex.com/Resources/Blogs/Post/574/Cycling-SQL-Server-Logs</link>
      <description>You can force SQL Server to flush the log to file and cycle the log numbers (SQL Server 2005, 2008)</description>
      <author>slim@revindex.com (Revindex Solution)</author>
      <blog:author>Revindex Solution</blog:author>
      <guid isPermaLink="true">https://www.revindex.com/Resources/Blogs/Post/574/Cycling-SQL-Server-Logs</guid>
      <pubDate>Tue, 23 Sep 2008 18:55:00 GMT</pubDate>
      <blog:publishedon>2008-09-23 18:55:00Z</blog:publishedon>
    </item>
    <item>
      <title>How to Backup SQL Server to a Network Shared Folder</title>
      <link>https://www.revindex.com/Resources/Blogs/Post/636/How-to-Backup-SQL-Server-to-a-Network-Shared-Folder</link>
      <description>If you try to backup your SQL Server database to a Windows shared folder on a network PC, you're in for a little bit of a surprise. The following command is a valid statement but SQL Server will throw you an ugly exception. There are a couple of solutions you can workaround the problem.</description>
      <author>slim@revindex.com (Revindex Solution)</author>
      <blog:author>Revindex Solution</blog:author>
      <guid isPermaLink="true">https://www.revindex.com/Resources/Blogs/Post/636/How-to-Backup-SQL-Server-to-a-Network-Shared-Folder</guid>
      <pubDate>Tue, 17 Jul 2007 16:14:00 GMT</pubDate>
      <blog:publishedon>2007-07-17 16:14:00Z</blog:publishedon>
    </item>
    <item>
      <title>New Snapshot Isolation Level in SQL Server 2005</title>
      <link>https://www.revindex.com/Resources/Blogs/Post/567/New-Snapshot-Isolation-Level-in-SQL-Server-2005</link>
      <description>Starting with SQL Server 2005, you can now use Snapshot Isolation to eliminate blocking READ operations and get rid of those pesky SQL locks. Snapshot Isolation is a better choice for OLTP operations where you expect a large number of reads and moderate writes. Your system will be able to scale much higher. Here's how to set your SQL Server database to use the new isolation level...</description>
      <author>slim@revindex.com (Revindex Solution)</author>
      <blog:author>Revindex Solution</blog:author>
      <guid isPermaLink="true">https://www.revindex.com/Resources/Blogs/Post/567/New-Snapshot-Isolation-Level-in-SQL-Server-2005</guid>
      <pubDate>Sat, 14 Jul 2007 13:05:00 GMT</pubDate>
      <blog:publishedon>2007-07-14 13:05:00Z</blog:publishedon>
    </item>
    <item>
      <title>How to Find and Delete Duplicate Entries in a Table</title>
      <link>https://www.revindex.com/Resources/Blogs/Post/561/How-to-Find-and-Delete-Duplicate-Entries-in-a-Table</link>
      <description>Someone asked me today how to find a duplicate entry in a table using SQL. One of his tables became corrupted after SQL Server accidentally dropped his Unique Index on a field. As a result, the same data got inserted multiple times and he needed a way to find out which and how to delete them...</description>
      <author>slim@revindex.com (Revindex Solution)</author>
      <blog:author>Revindex Solution</blog:author>
      <guid isPermaLink="true">https://www.revindex.com/Resources/Blogs/Post/561/How-to-Find-and-Delete-Duplicate-Entries-in-a-Table</guid>
      <pubDate>Thu, 05 Jul 2007 10:24:00 GMT</pubDate>
      <blog:publishedon>2007-07-05 10:24:00Z</blog:publishedon>
    </item>
  </channel>
</rss>