Re: Querying a MS SQL View...
- From: "Del Murray" <Del.Murray@xxxxxxxxxxxxxx>
- Date: Fri, 21 Dec 2007 19:47:18 -0600
That violates all good DBA practices. With proper indexes and normalization
you can read data from a table with millions of rows just about as fast as
from a table with a few thousand rows. Now you will have to modify all your
programs to take into account two tables .. plus, with the view doing a
join, you are probably makeing the DB do *more* work, not less :-)
.
- References:
- Querying a MS SQL View...
- From: Jean Dupond
- Re: Querying a MS SQL View...
- From: Vitali Kalinin
- Re: Querying a MS SQL View...
- From: Del Murray
- Re: Querying a MS SQL View...
- From: Jean Dupond
- Querying a MS SQL View...
- Prev by Date: Re: Querying a MS SQL View...
- Next by Date: Re: ADO and SQL2K5 and Speed
- Previous by thread: Re: Querying a MS SQL View...
- Next by thread: Bug? in TADOConnection.SetConnectionObject
- Index(es):