﻿<?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 computed column</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged computed column posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>A Computed Column Defined with a User-Defined Function Might Impact Query Performance</title><description><![CDATA[<p>A benefit of using computed columns is that they can save developers from having to write calculation logic at the application layer; at the table level, the application can simply reference the computed column. In addition, performance can be improved by persisting a computed column and building an index on it.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/87984/</guid><pubDate>Fri, 03 Feb 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/87984/</link></item><item><title>“QUOTED_IDENTIFIER” causes Unexpected Query Plan for Persisted Computed Column query</title><description><![CDATA[<p>In this blog, you will see the reproducible steps that reveal the following observation: “If the table has a persisted computed column*, the query optimizer will choose a clustered index scan over a clustered index seek.”</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/76396/</guid><pubDate>Fri, 28 Oct 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/76396/</link></item><item><title>Optimising “Ends With” searches with REVERSE</title><description><![CDATA[<p>A simple way to improve performance for queries that use the LIKE operator. Ben Seaman shows how to deal with searches that look at the end of a piece of text</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/69002/</guid><pubDate>Wed, 13 Jan 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/69002/</link></item><item><title>Adding a Computed Column to a Table (2) - SQL School Video</title><description><![CDATA[<p>Part 2 of how to add a computed column to a table. MVP Andy Warren narrates this SQL School video.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Video/67253/</guid><pubDate>Thu, 25 Jun 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Video/67253/</link></item><item><title>Adding a Computed Column to a Table (1) - SQL School Video</title><description><![CDATA[<p>In this SQL School video, Andy Warren shows how you can alter a table to add a computed column. This is part 1 of 2.</p><!-- 5 Minutes (SQL Source Control)-->
<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-source-control/entrypage/5-minutes?utm_source=ssc&utm_medium=pubad&utm_content=5mins&utm_campaign=sqlsourcecontrol&utm_term=rss-20012"><img src="http://assets.red-gate.com/external/SSC/SOC5mins68x68.gif" alt="sqlsourcecontrol"></td>   <td><strong>Database source control in just 5 minutes</strong><br />It takes just 5 minutes to connect your SQL databases to source control. Got 5 minutes to spare?  <a href="http://www.red-gate.com/products/sql-development/sql-source-control/entrypage/5-minutes?utm_source=ssc&utm_medium=pubad&utm_content=5mins&utm_campaign=sqlsourcecontrol&utm_term=rss-20012">Get started now.</a></td>  </tr> </tbody></table>

]]></description><guid>http://www.sqlservercentral.com/articles/Video/67252/</guid><pubDate>Tue, 23 Jun 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Video/67252/</link></item><item><title>How to create indexes on computed columns in SQL Server</title><description><![CDATA[<p>There are certain requirements for creating indexes on computed columns and this tip shows you want needs to be done.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/66166/</guid><pubDate>Wed, 18 Mar 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/66166/</link></item><item><title>Create a computed column in SQL Server using XML data</title><description><![CDATA[<p>Create a computed column in SQL Server using XML data and optimize SQL queries. Learn how to create a function for XQuery and use it within the computed column formula.</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/redirect/articles/63445/</guid><pubDate>Wed, 25 Jun 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63445/</link></item></channel></rss>