Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Views Degrading Performance

Status
Not open for further replies.

RileyCat

Programmer
Apr 5, 2004
124
0
0
US
Is it possible for a SQL View to degrade performance vs. querying the tables directly?

I have two different views. One is just a single table query. The table is not indexed (long story). The other view joins with one other table which also is not indexed.

So is it possible for the Views as described above to take longer to perform or degrade performance vs. querying the tables directly?

Stay Cool Ya'll! [smile2]

-- Kristin
 
Did you get a better performance when querying the tables directly? It seems to me your problem is in the lack of indexes.

MCP SQL Server 2000, MCTS SQL Server 2005, MCTS SQL Server 2008 (DBD, DBA)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top