Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
nitin1111
Starting Member
13 Posts |
Posted - 2010-04-22 : 03:07:53
|
How to improve performance of view(select * from view A) View A retriving data from view and tables.query taking 5 mins.in execution paln there is no missing index statistics.M.N.Dani |
|
Transact Charlie
Master Smack Fu Yak Hacker
3451 Posts |
Posted - 2010-04-22 : 04:52:27
|
Post the sql text of the view. (A)Charlie===============================================================Msg 3903, Level 16, State 1, Line 1736The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION |
 |
|
GilaMonster
Master Smack Fu Yak Hacker
4507 Posts |
Posted - 2010-04-22 : 05:17:39
|
Post the execution plan and index definitions of the base tables please.--Gail ShawSQL Server MVP |
 |
|
|
|
|