<?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>Tom Carpenter&#039;s Blog &#187; sql server</title>
	<atom:link href="http://www.tomcarpenter.net/tag/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tomcarpenter.net</link>
	<description>Helping IT Professionals Succeed</description>
	<lastBuildDate>Wed, 11 Aug 2010 13: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>SQL Server Transaction Log Backups</title>
		<link>http://www.tomcarpenter.net/2010/07/28/sql-server-transaction-log-backups/</link>
		<comments>http://www.tomcarpenter.net/2010/07/28/sql-server-transaction-log-backups/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 14:00:52 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[transaction log]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/?p=334</guid>
		<description><![CDATA[SQL Server transaction log backups are very important. This brief post explains why and how to do it.]]></description>
			<content:encoded><![CDATA[<p>When you backup the SQL Server transaction log, the log is truncated by default. The space that has been consumed by transactions is freed once those transactions are backed up. Backing up the transaction log of a database throughout the day allows you to recover to the point of failure or any point in time. In addition, because databases that are set to full or bulk logged recovery models do not truncate the transaction log during full or differential backups, it may be essential to backup the transaction log periodically just to truncate the log.</p>
<p>If you allow the transaction log of a database to become completely filled, users will be denied write access to the database until you clear the transaction log. Scheduling regular backups of the transaction log can prevent this from happening. When the log is full, users may still execute read-only SELECT statements against the database. You can also prevent the transaction log from filling up by enabling autogrowth on the transaction log.</p>
<p>Just as you can backup the database using SQL Server Management Studio (SSMS), you can backup a transaction log in the graphical interface. Just be sure to select the Backup Type of Transaction Log. The T-SQL command for backing up the transaction log for the AdventureWorks database is as follows:</p>
<p>BACKUP LOG AdventureWorks To DISK=&#39;C:\BACKUPS\AWorksTlog.bak&#39;;</p>
<p>The preceding content excerpted from <a href="http://www.amazon.com/SQL-Server-2008-Administration-Certification/dp/0470554207/ref=ntt_at_ep_dpt_1">SQL Server 2008 Administration </a>by Tom Carpenter.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=SQL+Server+Transaction+Log+Backups+http://bit.ly/bOnHNX" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=SQL+Server+Transaction+Log+Backups+http://bit.ly/bOnHNX" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2010/07/28/sql-server-transaction-log-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008 R2 Editions</title>
		<link>http://www.tomcarpenter.net/2009/12/23/sql-server-2008-r2-editions/</link>
		<comments>http://www.tomcarpenter.net/2009/12/23/sql-server-2008-r2-editions/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 17:30:15 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[microsoft news]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql server 2008 r2]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/2009/12/23/sql-server-2008-r2-editions/</guid>
		<description><![CDATA[Microsoft has changed the edition structure for SQL Server 2008 R2 by adding two new editions: Datacenter and Parallel Data Warehouse. The Datacenter edition adds features for management improvement and support for more than 8 processors. The Parallel Data Warehouse edition supports much larger data stores and enhanced data warehouse functions. For more information about [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has changed the edition structure for SQL Server 2008 R2 by adding two new editions: Datacenter and Parallel Data Warehouse. The Datacenter edition adds features for management improvement and support for more than 8 processors. The Parallel Data Warehouse edition supports much larger data stores and enhanced data warehouse functions. For more information about these new editions and the traditional editions and what they&#39;ll look like in SQL Server 2008 R2, visit this page:</p>
<p><a href="http://www.microsoft.com/sqlserver/2008/en/us/R2-editions.aspx">http://www.microsoft.com/sqlserver/2008/en/us/R2-editions.aspx</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=SQL+Server+2008+R2+Editions+http://bit.ly/7BSJPA" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=SQL+Server+2008+R2+Editions+http://bit.ly/7BSJPA" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2009/12/23/sql-server-2008-r2-editions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008 Book Title Change</title>
		<link>http://www.tomcarpenter.net/2009/09/25/sql-server-2008-book-title-change/</link>
		<comments>http://www.tomcarpenter.net/2009/09/25/sql-server-2008-book-title-change/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 17:35:19 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Professional Development]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[tom carpenter]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/2009/09/25/sql-server-2008-book-title-change/</guid>
		<description><![CDATA[OK. We&#8217;ve decided to change the title of my upcoming SQL Server 2008 book. Instead of DBA&#8217;s Guide to SQL Server 2008, we&#8217;re calling it Real World SQL Server 2008 Database Administration: Skills and Knowledge for MCITP Certification and Beyond. The reason for the title change is simple. We are covering the objectives for 70-432 [...]]]></description>
			<content:encoded><![CDATA[<p>OK. We&#8217;ve decided to change the title of my upcoming SQL Server 2008 book. Instead of <em>DBA&#8217;s Guide to SQL Server 2008</em>, we&#8217;re calling it <em>Real World SQL Server 2008 Database Administration: Skills and Knowledge for MCITP Certification and Beyond</em>.</p>
<p>The reason for the title change is simple. We are covering the objectives for 70-432 and 70-450 in the book and we want this to be clear; however, we also realize people want more than a certification prep book. In fact, this book includes several entire chapters that have nothing to do with the certification, but everything to do with effective SQL&nbsp;Server 2008 administration. Hopefully, the new title will help to clearly communicate the purpose of the book.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=SQL+Server+2008+Book+Title+Change+http://bit.ly/ksoJt" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=SQL+Server+2008+Book+Title+Change+http://bit.ly/ksoJt" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2009/09/25/sql-server-2008-book-title-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008 Book &#8211; DBA&#8217;s Guide to SQL Server 2008</title>
		<link>http://www.tomcarpenter.net/2009/07/27/sql-server-2008-book-dbas-guide-to-sql-server-2008/</link>
		<comments>http://www.tomcarpenter.net/2009/07/27/sql-server-2008-book-dbas-guide-to-sql-server-2008/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 16:11:55 +0000</pubDate>
		<dc:creator>Tom Carpenter</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[dba]]></category>
		<category><![CDATA[network admin]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.tomcarpenter.net/?p=209</guid>
		<description><![CDATA[New SQL Server book under way. The DBA's Guide to SQL Server 2008 is the ultimate book for the SQL Server DBA!]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>My new book, the DBA&#8217;s Guide to SQL Server 2008 is well under way. The SQL Server 2008 book should be available early next year (2010) and it will include coverage of SQL Server 2008 R2. The book is focused on helping DBA&#8217;s effectively implement and support SQL&nbsp;Server 2008 servers and databases. Unlike many books on the market, it does not attempt to be all things to all people. It is not a book for programmers. It is a book for DBA&#8217;s and network admins who must support SQL Servers. If you would like to see coverage of specific topics, feel free to comment here and I&#8217;ll make sure as many are included as possible; however, I can only include topics provided to me by the end of September.</p>
<p>Back to writing!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=SQL+Server+2008+Book+%E2%80%93+DBA%E2%80%99s+Guide+to+SQL+Server+2008+http://bit.ly/qIypc" title="Post to Twitter"><img class="nothumb" src="http://www.tomcarpenter.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=SQL+Server+2008+Book+%E2%80%93+DBA%E2%80%99s+Guide+to+SQL+Server+2008+http://bit.ly/qIypc" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.tomcarpenter.net/2009/07/27/sql-server-2008-book-dbas-guide-to-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
