<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Simple Talk RSS Feed</title><link>http://www.simple-talk.com/</link><item><title>SQL Backup and Restore</title><pubDate>Mon, 26 Mar 2012 00:00:00 GMT</pubDate><category>SQL Books</category><author>Shawn McGehee</author><description><![CDATA[A DBA's tasks, from day-to-day, are rarely constant; with one exception: the need to ensure each and every day that any database in their charge can be restored and recovered, in the event of error of disaster. In this book, you'll discover how to perform each of these backup and restore operations using SQL Server Management Studio (SSMS), basic T-SQL scripts and Red Gate's SQL Backup tool.]]></description><link>http://www.simple-talk.com/books/sql-books/sql-backup-and-restore/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=6728" /></p>]]></content:encoded></item><item><title>EPUB versions of the books</title><pubDate>Wed, 21 Dec 2011 00:00:00 GMT</pubDate><category>SQL Books</category><author>Red Gate Books</author><description><![CDATA[The EPUB versions of our books are available to download for members of the site.]]></description><link>http://www.simple-talk.com/books/sql-books/epub-versions-of-the-books/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/images/placeholders/placeholder.jpg" /></p>]]></content:encoded></item><item><title>Simple Talk Newsletter</title><pubDate>Sat, 05 Nov 2011 00:00:00 GMT</pubDate><category>SQL Books</category><author>Red Gate Books</author><description><![CDATA[As an experiment, we are publishing the newsletter in an alternative eBook format so that it can be read offline. The instructions for downloading it to your mobile device will vary according to the device. For the iPad Touch, iPhone and iPad you'll find you can use Apple's iBooks, Amazon Kindle or Stanza.]]></description><link>http://www.simple-talk.com/books/sql-books/simple-talk-newsletter/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=4880" /></p>]]></content:encoded></item><item><title>Complete Showplan Operators</title><pubDate>Mon, 10 Oct 2011 00:00:00 GMT</pubDate><category>SQL Books</category><author>Fabiano Amorim</author><description><![CDATA[Fabiano Amorim has taken the time to reallv drill into the behavior of a small set of execution plan operators in an effort to explain the optimizer's behavior. He's explored why things happen, how you can change them, positively or negatively, and he's done it all in an approachable style.]]></description><link>http://www.simple-talk.com/books/sql-books/complete-showplan-operators/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=6227" /></p>]]></content:encoded></item><item><title>Troubleshooting SQL Server: A Guide for the Accidental DBA</title><pubDate>Thu, 29 Sep 2011 00:00:00 GMT</pubDate><category>SQL Books</category><author>Jonathan Kehayias</author><description><![CDATA[Three SQL Server MVPs, and stalwarts of the SQLServerCentral and MSDN community forums, provide fascinating insight into the most common SQL Server problems, why they occur, and how they can be diagnosed using tools such as Performance Monitor, Dynamic Management Views and server-side tracing. The focus is on practical solutions for removing root causes of these problems, rather than "papering over the cracks".]]></description><link>http://www.simple-talk.com/books/sql-books/troubleshooting-sql-server-a-guide-for-the-accidental-dba/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=6081" /></p>]]></content:encoded></item><item><title>SQL Server Hardware</title><pubDate>Wed, 08 Dec 2010 00:00:00 GMT</pubDate><category>SQL Books</category><author>Glenn Berry</author><description><![CDATA[SQL Server Hardware will provide the fundamental knowledge and resources you need to make intelligent decisions about choice, and optimal installation and configuration, of SQL Server hardware, operating system and the SQL Server RDBMS.]]></description><link>http://www.simple-talk.com/books/sql-books/sql-server-hardware/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=4470" /></p>]]></content:encoded></item><item><title>SQL Server Statistics</title><pubDate>Tue, 23 Nov 2010 00:00:00 GMT</pubDate><category>SQL Books</category><author>Holger Schmeling</author><description><![CDATA[A Distribution Statistics object is a sampled map of the distribution of data in a table. Such statistics help the Query Optimizer of SQL Server's Database Engine to translate the 'logical' SQL Query into the best strategy for doing all the physical operations of joining, sorting, and selecting  the data. Most of the time, this work happens effectively, but occasionally, if the statistics no longer reflect what is actually in the table, then queries can suddenly run grindingly slow. At this point, the DBA must intervene to correct the problem.

]]></description><link>http://www.simple-talk.com/books/sql-books/sql-server-statistics/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=4386" /></p>]]></content:encoded></item><item><title>Inside the SQL Server Query Optimizer</title><pubDate>Mon, 08 Nov 2010 00:00:00 GMT</pubDate><category>SQL Books</category><author>Benjamin Nevarez</author><description><![CDATA[This book will take you from the fundamentals of Statistics, Cost Estimation, Index Selection, and the Execution Engine, and guide you through the inner workings of the Query Optimization process, and throws in a pragmatic look at Parameterization and Hints along the way.]]></description><link>http://www.simple-talk.com/books/sql-books/inside-the-sql-server-query-optimizer/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=4343" /></p>]]></content:encoded></item><item><title>The Red Gate Guide to SQL Server Team-based Development</title><pubDate>Tue, 02 Nov 2010 00:00:00 GMT</pubDate><category>SQL Books</category><author>Red Gate Books</author><description><![CDATA[This book shows how to use a mixture of home-grown scripts, native SQL Server tools, and tools from the Red Gate SQL Toolbelt, to successfully develop database applications in a team environment, and make database development as similar as possible to "normal" development.]]></description><link>http://www.simple-talk.com/books/sql-books/the-red-gate-guide-to-sql-server-team-based-development/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=4317" /></p>]]></content:encoded></item><item><title>Performance Tuning with SQL Server Dynamic Management Views</title><pubDate>Mon, 14 Jun 2010 00:00:00 GMT</pubDate><category>SQL Books</category><author>Louis Davidson and Tim Ford</author><description><![CDATA[This is the book that will de-mystify the process of using Dynamic Management Views to collect the information you need to troubleshoot SQL Server problems. It will highlight the core techniques and "patterns" that you need to master, and will provide a core set of scripts that you can use and adapt for your own requirements.]]></description><link>http://www.simple-talk.com/books/sql-books/performance-tuning-with-sql-server-dynamic-management-views/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=4042" /></p>]]></content:encoded></item><item><title>Defensive Database Programming</title><pubDate>Mon, 22 Feb 2010 00:00:00 GMT</pubDate><category>SQL Books</category><author>Alex Kuznetsov</author><description><![CDATA[Inside this book, you will find dozens of practical, defensive programming techniques that will improve the quality of your T-SQL code and increase its resilience and robustness.]]></description><link>http://www.simple-talk.com/books/sql-books/defensive-database-programming/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=3425" /></p>]]></content:encoded></item><item><title>Don't Just Roll the Dice - eBook Download</title><pubDate>Mon, 26 Oct 2009 00:00:00 GMT</pubDate><category>SQL Books</category><author>Neil Davidson</author><description><![CDATA[Neil Davidson has created a short handbook with the theory, practical advice and case studies, to enable you to successfully price your software.]]></description><link>http://www.simple-talk.com/books/sql-books/dont-just-roll-the-dice---ebook-download/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/images/placeholders/placeholder.jpg" /></p>]]></content:encoded></item><item><title>Don't Just Roll The Dice</title><pubDate>Tue, 13 Oct 2009 00:00:00 GMT</pubDate><category>SQL Books</category><author>Neil Davidson</author><description><![CDATA[Neil Davidson has created a short handbook with the theory, practical advice and case studies, to enable you to successfully price your software.]]></description><link>http://www.simple-talk.com/books/sql-books/dont-just-roll-the-dice/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=2504" /></p>]]></content:encoded></item><item><title>Brad's Sure Guide to SQL Server Maintenance Plans</title><pubDate>Fri, 02 Oct 2009 00:00:00 GMT</pubDate><category>SQL Books</category><author>Brad McGehee</author><description><![CDATA[Brad's Sure Guide to Maintenance Plans shows you how to use the Maintenance Plan Wizard and Designer to configure and schedule eleven core database maintenance tasks, ranging from integrity checks, to database backups, to index reorganizations and rebuilds. ]]></description><link>http://www.simple-talk.com/books/sql-books/brads-sure-guide-to-sql-server-maintenance-plans/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=2407" /></p>]]></content:encoded></item><item><title>Protecting SQL Server Data</title><pubDate>Thu, 20 Aug 2009 00:00:00 GMT</pubDate><category>SQL Books</category><author>John Magnabosco</author><description><![CDATA[John Magnabosco's excllent new book, "Protecting SQL Server Data", holds the key to encryption without fear. In it, John Magnabosco sweeps away some of the misconceptions surrounding SQL Server's encryption technologies, and demonstrates that, when properly planned and implemented, they are an essential tool in the DBA's fight to safeguard sensitive data.]]></description><link>http://www.simple-talk.com/books/sql-books/protecting-sql-server-data/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=2287" /></p>]]></content:encoded></item><item><title>How to Become an Exceptional DBA, 2nd Edition</title><pubDate>Thu, 30 Jul 2009 00:00:00 GMT</pubDate><category>SQL Books</category><author>Brad McGehee</author><description><![CDATA[<img Style="float: left; margin-right: 20px" src="http://www.red-gate.com/about/images/books/exceptional_dba_2.gif">A 2nd edition of Brad McGehee’s popular "career guide" for DBAs, designed to help new and prospective DBAs find their feet in the profession, and to advise those more-experienced on how they can excel at their jobs, and so become Exceptional DBAs...]]></description><link>http://www.simple-talk.com/books/sql-books/how-to-become-an-exceptional-dba,-2nd-edition/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=2383" /></p>]]></content:encoded></item><item><title>SQL Server Tacklebox</title><pubDate>Wed, 15 Jul 2009 00:00:00 GMT</pubDate><category>SQL Books</category><author>Rodney Landrum</author><description><![CDATA[Inside the SQL Server Tacklebox you'll find day-to-day tools, scripts and techniques to automate and standardize SQL Server installation, document and report on your servers, migrate data and manage data growth, troubleshoot performance issues, receive notifications of impending issues, secure access to your servers and fight off the data corruption monster]]></description><link>http://www.simple-talk.com/books/sql-books/sql-server-tacklebox/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/images/placeholders/placeholder.jpg" /></p>]]></content:encoded></item><item><title>Confessions of an IT Manager, 2nd Edition</title><pubDate>Mon, 11 May 2009 00:00:00 GMT</pubDate><category>SQL Books</category><author>Phil Factor</author><description><![CDATA[The software industry is, just occasionally, more absurd than one would dare to imagine. Having spent most of his working life in its clutches, Phil Factor has pretty much "seen it all" and what's more he's prepared to tell what he knows. The second edition of Phil's "Confessions of an IT Manager" contains Phil's full repertoire of tales of institutional mayhem and software projects gone awry. ]]></description><link>http://www.simple-talk.com/books/sql-books/confessions-of-an-it-manager,-2nd-edition/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=2293" /></p>]]></content:encoded></item><item><title>The Art of XSD</title><pubDate>Thu, 30 Apr 2009 00:00:00 GMT</pubDate><category>SQL Books</category><author>Jacob Sebastian</author><description><![CDATA[When information is exchanged in XML format, you need an agreement between the sender and receiver about the structure and content of the XML document. This "agreement" takes the form of an XSD (XML Schema Definition Language) Schema. Jacob Sebastian's book explains all...]]></description><link>http://www.simple-talk.com/books/sql-books/the-art-of-xsd/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=2382" /></p>]]></content:encoded></item><item><title>Mastering SQL Server Profiler</title><pubDate>Fri, 30 Jan 2009 00:00:00 GMT</pubDate><category>SQL Books</category><author>Brad McGehee</author><description><![CDATA[Brad McGehee's "from the ground up" guide to SQL Server's most powerful performance diagnostic tool...]]></description><link>http://www.simple-talk.com/books/sql-books/mastering-sql-server-profiler/</link><content:encoded><![CDATA[<p><img src="http://www.simple-talk.com/content/file.ashx?file=2381" /></p>]]></content:encoded></item></channel></rss>
