﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Articles tagged Best Practices</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged Best Practices posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Forum Etiquette: How to post data/code on a forum to get the best help</title><description><![CDATA[<p>Get correct answers to your SQL forum questions faster by making it easier to load your sample data and read your code.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Best+Practices/61537/</guid><pubDate>Wed, 27 Mar 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Best+Practices/61537/</link></item><item><title>Never update systems tables directly - a study in Agent job scheduling</title><description><![CDATA[<p>It is often recommended that system tables should not be updated directly. Presenting a case in point built around nightly job configuration in order to demonstrate the possible issues with updating system tables directly.</p><!-- 12 Tools (SQL Dev Bundle)-->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-developer-bundle/?utm_source=ssc&utm_medium=pubad&utm_content=12_tools&utm_campaign=sqldeveloperbundle&utm_term=rss-20013"><img src="http://assets.red-gate.com/external/SSC/devbundle_68x68.gif" alt="sqldeveloperbundle"></td>   <td><strong>12 essential tools for database professionals</strong><br />The SQL Developer Bundle contains 12 tools designed with the SQL Server developer and DBA in mind.  <a href="http://www.red-gate.com/products/sql-development/sql-developer-bundle/?utm_source=ssc&utm_medium=pubad&utm_content=12_tools&utm_campaign=sqldeveloperbundle&utm_term=rss-20013">Try it now.</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/articles/SQL+Server+Agent/92877/</guid><pubDate>Mon, 17 Sep 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/SQL+Server+Agent/92877/</link></item><item><title>9 Things to Do When You Inherit a Database </title><description><![CDATA[<p>Some tips on what to do when you inherit a database that you've never worked on before </p>]]></description><guid>http://www.sqlservercentral.com/articles/Best+Practices/66986/</guid><pubDate>Fri, 15 Jun 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Best+Practices/66986/</link></item><item><title>Where Do You Go for Authoritative SQL Server Best Practices?</title><description><![CDATA[<p>There is now a vast amount of SQL Server information and 'best practice' advice available on the Internet, in the form of innumerable blogs, community sites and forums. Finding an answer to your question is relatively easy, but finding the right, or best, answer is harder than ever. </p>]]></description><guid>http://www.sqlservercentral.com/articles/Editorial/74536/</guid><pubDate>Mon, 27 Jun 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Editorial/74536/</link></item><item><title>Disk Is Cheap!  ORLY?</title><description><![CDATA[<p>People often conclude that the cheap price of storage is a license to use as much as possible, but there is a cost.</p>]]></description><guid>http://www.sqlservercentral.com/articles/data-modeling/71725/</guid><pubDate>Fri, 31 Dec 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/data-modeling/71725/</link></item><item><title>9 Things to Do When You Inherit a Database </title><description><![CDATA[<p>Some tips on what to do when you inherit a database that you've never worked on before </p>]]></description><guid>http://www.sqlservercentral.com/articles/Best+Practices/66986/</guid><pubDate>Fri, 15 Jun 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Best+Practices/66986/</link></item><item><title>SQL Server Integration Services (SSIS) - Design Best Practices</title><description><![CDATA[<p>In the previous tips (SQL Server Integration Services (SSIS) - Best Practices - Part 1, Part 2 and Part 3) of this series I briefly talked about SSIS and few of the best practices to consider while designing SSIS packages. Continuing on this path I am going to discuss some more best practices of SSIS package design, how you can use lookup transformations and what considerations you need to take, the impact of implicit type cast in SSIS, changes in SSIS 2008 internal system tables and stored procedures and finally some general guidelines.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/68956/</guid><pubDate>Mon, 14 Dec 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/68956/</link></item><item><title>T-SQL Best Practices – Don’t Use Scalar Value Functions in Column List or WHERE Clauses</title><description><![CDATA[<p>Query performance can be affected by many different factors. This article introduces another best practice of how and how not to use a function within your T-SQL statements.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/68642/</guid><pubDate>Wed, 04 Nov 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/68642/</link></item><item><title>SQL Server Integration Services (SSIS) Performance Best Practices</title><description><![CDATA[<p>This tip is going to cover recommendations related to the SQL Server Destination Adapter, asynchronous transformations, DefaultBufferMaxSize and DefaultBufferMaxRows, BufferTempStoragePath and BLOBTempStoragePath as well as the DelayValidation property.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/68637/</guid><pubDate>Tue, 03 Nov 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/68637/</link></item><item><title>Building Code that Promotes Plan Re-usage</title><description><![CDATA[<p>This article, the third in the T-SQL Best Practices series, discusses how to write your code to promote cached plan re-usage. Understanding how white space and comments impact whether a plan is cached or an existing plan is re-used can help you minimize the number of plans your application is caching.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/67881/</guid><pubDate>Mon, 31 Aug 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/67881/</link></item><item><title>Data Compression: Strategy, Capacity Planning and Best Practices</title><description><![CDATA[<p>The data compression feature in SQL Server 2008 helps compress the data inside a database, and it can help reduce the size of the database. Apart from the space savings, data compression provides another benefit: Because compressed data is stored in fewer pages, queries need to read fewer pages from the disk, thereby improving the performance of I/O intensive workloads. However, extra CPU resources are required on the database server to compress and decompress the data, while data is exchanged with the application. Therefore, it is important to understand the workload characteristics when deciding which tables to compress.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/67654/</guid><pubDate>Tue, 11 Aug 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/67654/</link></item><item><title>T-SQL Best Practices – Part 2</title><description><![CDATA[<p>Continuing our discussion covering T-SQL best practices, this article focuses on how to optimize writing a jack-of- all-trades stored procedure (SP).</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/67735/</guid><pubDate>Mon, 10 Aug 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/67735/</link></item><item><title>T-SQL Best Practices</title><description><![CDATA[<p>This article, the first in a series, discusses T-SQL coding best practices. Join Greg Larsen as he explains how to write queries to optimize SQL Server resources and improve performance.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/67500/</guid><pubDate>Fri, 24 Jul 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/67500/</link></item><item><title>9 Things to Do When You Inherit a Database </title><description><![CDATA[<p>Some tips on what to do when you inherit a database that you've never worked on before </p>]]></description><guid>http://www.sqlservercentral.com/articles/Best+Practices/66986/</guid><pubDate>Fri, 15 Jun 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Best+Practices/66986/</link></item><item><title>Enhancing the readability of your code: Table aliasing in sql</title><description><![CDATA[<p>When writing SQL, picking good tables aliases can greatly enhance the readability of your code</p>]]></description><guid>http://www.sqlservercentral.com/articles/SQL+Server+2005/66470/</guid><pubDate>Thu, 07 May 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/SQL+Server+2005/66470/</link></item><item><title>Forum Etiquette: How to post data/code on a forum to get the best help</title><description><![CDATA[<p>Get correct answers to your SQL forum questions faster by making it easier to load your sample data and read your code.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Best+Practices/61537/</guid><pubDate>Wed, 27 Mar 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Best+Practices/61537/</link></item><item><title>Forum Etiquette: How to post data/code on a forum to get the best help</title><description><![CDATA[<p>Get correct answers to your SQL forum questions faster by making it easier to load your sample data and read your code.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Best+Practices/61537/</guid><pubDate>Wed, 27 Mar 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Best+Practices/61537/</link></item><item><title>Tutorial: SSIS best practices</title><description><![CDATA[<p>Learn the best practices for SQL Server Integration Services (SSIS) in this tutorial, from migrating DTS packages to SSIS debugging, maintenance and programming in SQL Server.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/65184/</guid><pubDate>Wed, 17 Dec 2008 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/65184/</link></item><item><title>Best Practices for Data Warehousing with SQL Server 2008</title><description><![CDATA[<p>There is considerable evidence that successful data warehousing projects often produce a very high return on investment. Over the years a great deal of information has been collected about the factors that lead to a successful implementation versus an unsuccessful one. These are encapsulated here into a set of best practices, which are presented with particular reference to the features in SQL Server 2008.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/64110/</guid><pubDate>Fri, 12 Sep 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/64110/</link></item><item><title>Forum Etiquette: How to post data/code on a forum to get the best help</title><description><![CDATA[<p>Get correct answers to your SQL forum questions faster by making it easier to load your sample data and read your code.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Best+Practices/61537/</guid><pubDate>Wed, 27 Mar 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Best+Practices/61537/</link></item><item><title>Best Practices when performing maintenance in a DBM environment</title><description><![CDATA[<p>If you have configured database mirroring in synchronous with or without automatic failover mode, you can switch to the mirror server instance and make it available to the clients while you perform hardware or software maintenance on the principal server instance. So let’s see how we can do this:</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/62572/</guid><pubDate>Thu, 27 Mar 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62572/</link></item><item><title>Forum Etiquette: How to post data/code on a forum to get the best help</title><description><![CDATA[<p>Get correct answers to your SQL forum questions faster by making it easier to load your sample data and read your code.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Best+Practices/61537/</guid><pubDate>Wed, 27 Mar 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Best+Practices/61537/</link></item><item><title>More RBAR and "Tuning" UPDATEs</title><description><![CDATA[<p>SQL Server expert Jeff Moden discusses a common problem seen in many update statements.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/62278/</guid><pubDate>Fri, 14 Mar 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/62278/</link></item><item><title>Forum Etiquette: How to post data/code on a forum to get the best help</title><description><![CDATA[<p>Get correct answers to your SQL forum questions faster by making it easier to load your sample data and read your code.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Best+Practices/61537/</guid><pubDate>Wed, 27 Mar 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Best+Practices/61537/</link></item><item><title>Forum Etiquette: How to post data/code on a forum to get the best help</title><description><![CDATA[<p>Get correct answers to your SQL forum questions faster by making it easier to load your sample data and read your code.</p><!-- how to automate(Deployment Manager) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015"><img src="http://assets.red-gate.com/external/SSC/deployment-manager-68x68.png" alt="deploymentmanager"></td>   <td><strong>How to automate your .NET and SQL Server deployments</strong><br />Deploy .NET code and SQL Server databases in a single repeatable process with Red Gate Deployment Manager. <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015">Start deploying with a 28-day trial</a></td>  </tr> </tbody></table>

]]></description><guid>http://www.sqlservercentral.com/articles/Best+Practices/61537/</guid><pubDate>Wed, 27 Mar 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Best+Practices/61537/</link></item><item><title>Forum Etiquette: How to post data/code on a forum to get the best help</title><description><![CDATA[<p>Get correct answers to your SQL forum questions faster by making it easier to load your sample data and read your code.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Best+Practices/61537/</guid><pubDate>Wed, 27 Mar 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Best+Practices/61537/</link></item><item><title>Forum Etiquette: How to post data/code on a forum to get the best help</title><description><![CDATA[<p>Get correct answers to your SQL forum questions faster by making it easier to load your sample data and read your code.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Best+Practices/61537/</guid><pubDate>Wed, 27 Mar 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Best+Practices/61537/</link></item><item><title>Data Warehouse Quality Assurance Best Practices</title><description><![CDATA[<p>Collaboration between IT and the business will help identify the reasonable issues versus the issues that cannot be resolved for the current release of the data warehouse. </p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/61195/</guid><pubDate>Tue, 02 Oct 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61195/</link></item><item><title>SQL Server 2000 Best Practices Analyzer Beta</title><description><![CDATA[<p>Microsoft has released a new tool to analyzer your SQL Servers and see how they conform to their list of common best practices. Give it a try and let us know what you think.

</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/1262/</guid><pubDate>Tue, 10 Feb 2004 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1262/</link></item><item><title>Two Best Practices!</title><description><![CDATA[<p>This article presents two best practices. One is about how to construct good table aliases, the other is about using ANSI join syntax. Good stuff!
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/twobestpractices/1229/</guid><pubDate>Wed, 17 Dec 2003 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/twobestpractices/1229/</link></item></channel></rss>