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 |
jstormoen
Starting Member
30 Posts |
Posted - 2006-03-20 : 12:02:08
|
How do I check the owner of an index. I can see the owner of the DB and table but do not see the owner of an index. This is to satisfy a request from a vendor so ? |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2006-03-20 : 12:39:26
|
owner of the index???i don't believe there such a thing.well if a table has an owner and an index is built on a table then the owner of the table is also the owner of an index.to what index are you reffering to? clustered, non, clustered, full text index??Go with the flow & have fun! Else fight the flow |
 |
|
jstormoen
Starting Member
30 Posts |
Posted - 2006-03-20 : 13:20:15
|
That is what I was thinking but the vendor made me think about it.This is a non clustered index - there are 2 tables in their DB that do not have clustered indexes that they state are causing issues ?Thanks for confirming what I thought. |
 |
|
|
|
|