Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View Performance
Message
From
03/01/2001 12:17:51
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Database design
Title:
View Performance
Miscellaneous
Thread ID:
00458975
Message ID:
00458975
Views:
55
Two Questions on Views:

1. Is there a performance hit when using Views that reference other Views because it seems that once a view returns its rows and then another view acts upon that record set, then that record set would have no indexes, thus making query execution slow down.

2. The project lead wants all tables to have a corresponding view created, "Select * from tablename" so that they can write inline SQL statement from their VB app containing filteragainst that view (with some criteria.) Wouldn't it be faster if they ran those queries directly against the table directly.
Next
Reply
Map
View

Click here to load this message in the networking platform