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 |
|
nakhan
Starting Member
2 Posts |
Posted - 2010-03-15 : 07:54:06
|
| HiWe are porting our application to SQL SERVERIn Oracle We use DISTINCT_KEYS which is a part of ALL_INDEXS table which gives Number of distinct indexed valueswe are looking for similar column in sql serverIs sys.sysindexs.keycnt same as DISTINCT_KEYS in Oracle?fromnayeem khan |
|
|
|
|
|