﻿<?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 Views</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged Views posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>What a View</title><description><![CDATA[<p>I need to create views? How many? Today? This article talks about a few issues with using views too extensively in your design.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Views/92403/</guid><pubDate>Tue, 02 Oct 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Views/92403/</link></item><item><title>Views and Dependencies</title><description><![CDATA[<p>Be sure to understand the consequences of modifying underlying tables and the affects they can have on Views</p>]]></description><guid>http://www.sqlservercentral.com/articles/Views/90916/</guid><pubDate>Tue, 10 Jul 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Views/90916/</link></item><item><title>SQL View: Beyond the Basics</title><description><![CDATA[<p>Joe Celko delves into the main uses of views, explains how the WITH CHECK OPTION works, and demonstrates how the INSTEAD OF trigger can be used in those cases where views cannot be updatable.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/91257/</guid><pubDate>Thu, 21 Jun 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/91257/</link></item><item><title>SQL VIEW Basics</title><description><![CDATA[<p>SQL Views are essential for the database developer. However, it is common to see them misued, or neglected. Joe Celko tackles an introduction to the subject, but there is something about the topic that makes it likely that even the experienced developer will find out something new from reading it.</p><!-- disturbing m2 (DBA 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/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m2&utm_campaign=sqldbabundle&utm_term=rss-20019"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>Top 5 hard-earned Lessons of a DBA </strong><br />New! Part 4, ‘Disturbing Development’ by Grant Fritchey, features the return of Joe Deebeeay and a server-threatening encounter with ORMs -  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m2&utm_campaign=sqldbabundle&utm_term=rss-20019">read it here</a></td>  </tr> </tbody></table>
]]></description><guid>http://www.sqlservercentral.com/redirect/articles/90725/</guid><pubDate>Fri, 01 Jun 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/90725/</link></item><item><title>Unexpected View Performance</title><description><![CDATA[<p>Views that use implicit conversion to return result sets may use a different query plan than the statement executed in query analyzer.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Views/71787/</guid><pubDate>Tue, 11 Jan 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Views/71787/</link></item><item><title>Using Views and Synonyms for Abstraction - SQL School Video</title><description><![CDATA[<p>In this SQL School Video, Brian Knight shows how to abstract your schema with views and synonyms.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Video/65077/</guid><pubDate>Thu, 22 Jan 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Video/65077/</link></item><item><title>Using SQL Server meta data to list tables that make up views</title><description><![CDATA[<p>One of the issues I often face is the need to find views that are already established for certain tables. This maybe for other developers, end users or even for myself.  I could search the system tables to find this or explore each view, but are there other ways to easily find a list of all tables that are used for a view or even a list of all views that a table is tied to?</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/65178/</guid><pubDate>Fri, 12 Dec 2008 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/65178/</link></item><item><title>Easily Access Remote Data Using SQL Server Views</title><description><![CDATA[<p>Getting to the data you need is always a challenge. Views can provide a &quot;no muss, no fuss&quot; way to retrieve the data you need—whether it's in the current database or another.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/64925/</guid><pubDate>Wed, 19 Nov 2008 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/64925/</link></item><item><title>Creating Views - SQL School Video</title><description><![CDATA[<p>This video covers the basics of creating a view in SQL Server. Views allow you to treat a query as a table and simplify your query writing. This view covers the Query Designer in Management Studio.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Video/63806/</guid><pubDate>Thu, 31 Jul 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Video/63806/</link></item><item><title>View Column Resolving Issue in Sub-Query</title><description><![CDATA[<p>Views are handy constructs for abstracting security and simplfying queries, but they can have unexpected results sometimes. Longtime DBA Peter He takes a look at subquery issues in views.</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/61762/</guid><pubDate>Wed, 02 Jan 2008 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/61762/</link></item><item><title>Views for Abstraction</title><description><![CDATA[<p>Views are one of the more basic constructs in SQL Server, but often it seems that developers are not sure when to use them. SQL Server expert DBA and trainer Andy Warren brings us a look at views as an abstraction layer in your database.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Database+Design/61335/</guid><pubDate>Thu, 25 Oct 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Database+Design/61335/</link></item></channel></rss>