Drop Table

Support Forum for database administrators and web based access to important newsgroups related to databases
Register on Database Support Forum Edit your profileCalendarFind other Database Support forum membersFrequently Asked QuestionsSearch this forum -> 
For Database admins: Free Database-related Magazines Now Free shipping to Texas


Post New Thread










Thread
Author

use of views
I was reading over some best practices yesterday and there is something Im
not too clear on:

For every table defined, at least one view is required. As many other views
may be defined as are necessary. Application software refers to views instea
d
of the tables themselves. This insulates the application from changes that
are made to the underlying tables.


I dont get it. What sort of table changes would this apply too. Do many
people practice this? Any downsides to practicing this?

--
TIA,
ChrisR

Report this thread to moderator Post Follow-up to this message
Old Post
ChrisR
09-29-05 06:23 PM


Re: use of views
Chris,

A view is not required for a table.  That being said views do offer a
variety of advantanges including:  a security abstration layer, code
simplicity, ease of export and insulating schema changes.  What kinds of
changes?  ALTER TABLE...  Do many people use views?  Yes and stored
procedures as well.  Any downsides to practicing this?  Yes...not every
table needs a view so the creation of a view on a table(s) should be based
entirely on the needs of the application not as a default approach.

HTH

Jerry
"ChrisR" <ChrisR@discussions.microsoft.com> wrote in message
news:CDF541E0-1EAB-4129-A05D- DD47C0B72DCF@microso
ft.com...
>I was reading over some best practices yesterday and there is something Im
> not too clear on:
>
> For every table defined, at least one view is required. As many other
> views
> may be defined as are necessary. Application software refers to views
> instead
> of the tables themselves. This insulates the application from changes that
> are made to the underlying tables.
>
>
> I dont get it. What sort of table changes would this apply too. Do many
> people practice this? Any downsides to practicing this?
>
> --
> TIA,
>    ChrisR



Report this thread to moderator Post Follow-up to this message
Old Post
Jerry Spivey
09-29-05 06:23 PM


Sponsored Links





Last Thread Next Thread
Post New Thread

MS SQL Server archive

Show a Printable Version Email This Page to Someone! Receive updates to this thread
Microsoft SQL Server
Access database support
PostgreSQL Replication
SQL Server ODBC
FoxPro Support
PostgreSQL pgAdmin
SQL Server Clustering
MySQL ODBC
Web Applications with dBASE
SQL Server CE
MySQL++
Sybase Database Support
MS SQL Full Text Search
PostgreSQL Administration
SQL Anywhere support
DB2 UDB Database
Paradox Database Support
Filemaker Database
Berkley DB
SQL 2000/2000i database
ASE Database
Forum Jump:
All times are GMT. The time now is 01:31 PM.

 
Mobile devices forum | Database support forum archive




Copyrights DropTable.com Database Support Forum 2004 - 2006