Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Articles with tag Views Rss

Search for any content tagged views

   Items 1 to 11 of 11   
 

What a View

I need to create views? How many? Today? This article talks about a few issues with using views too extensively in your design.  Read more...
By John Esraelo 2012/10/02 | Source: SQLServerCentral.com | Category: views
Rating: |  Discuss |   Briefcase | 7,587 reads

Views and Dependencies

Be sure to understand the consequences of modifying underlying tables and the affects they can have on Views  Read more...
By John Reitter 2012/07/10 | Source: SQLServerCentral.com | Category: views
Rating: |  Discuss |   Briefcase | 5,182 reads

SQL View: Beyond the Basics

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.  Read more...
By Additional Articles 2012/06/21 | Source: SimpleTalk | Category: views
Rating:  Rate this |   Briefcase | 4,352 reads

SQL VIEW Basics

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.  Read more...
By Additional Articles 2012/06/01 | Source: SimpleTalk | Category: views
Rating:  Rate this |   Briefcase | 5,074 reads

Unexpected View Performance

Views that use implicit conversion to return result sets may use a different query plan than the statement executed in query analyzer.  Read more...
By Thom Bolin 2011/01/11 | Source: SQLServerCentral.com | Category: views
Rating: |  Discuss |   Briefcase | 7,350 reads

Using Views and Synonyms for Abstraction - SQL School Video

In this SQL School Video, Brian Knight shows how to abstract your schema with views and synonyms.  Read more...
By Brian Knight 2009/01/22 | Source: JumpStartTV | Category: video
Rating: |  Discuss |   Briefcase | 4,162 reads

Using SQL Server meta data to list tables that make up views

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?  Read more...
By Additional Articles 2008/12/12 | Source: MSSQLTips.com | Category: metadata
Rating:  Rate this |   Briefcase | 3,056 reads

Easily Access Remote Data Using SQL Server Views

Getting to the data you need is always a challenge. Views can provide a "no muss, no fuss" way to retrieve the data you need—whether it's in the current database or another.  Read more...
By Additional Articles 2008/11/19 | Source: DevX | Category: views
Rating:  Rate this |   Briefcase | 2,715 reads

Creating Views - SQL School Video

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.  Read more...
By Brian Knight 2008/07/31 | Source: SQLServerCentral.com | Category: video
Rating: |  Discuss |   Briefcase | 4,996 reads

View Column Resolving Issue in Sub-Query

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.  Read more...
By Peter He 2008/01/02 | Source: SQLServerCentral.com | Category: t-sql
Rating: |  Discuss |   Briefcase | 6,522 reads

Views for Abstraction

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.  Read more...
By Andy Warren 2007/10/25 | Source: SQLServerCentral.com | Category: database design
Rating: |  Discuss |   Briefcase | 4,860 reads
   Items 1 to 11 of 11