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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 where the result set is stored

Author  Topic 

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2007-07-06 : 02:47:58
Dear experts,
when we create a clustered index, the result set will be stored.
where will be stored the result set? will theat affects the performance?



thank you very much...

Vinod
Even you learn 1%, Learn it with 100% confidence.

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-07-06 : 10:50:03
Leaf pages of clustered index are data pages of the table.
Go to Top of Page
   

- Advertisement -