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 |
muraliipr
Starting Member
3 Posts |
Posted - 2006-01-18 : 02:15:41
|
Hi, How to find full text index is exist in the table or not ? like that how to find normal index is exist in the table or not ? Thanks in adv. ---> Murali <---- |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-01-20 : 04:11:31
|
select name from sysobjects where ObjectProperty(id,'TableFulltextKeyColumn')=1MadhivananFailing to plan is Planning to fail |
 |
|
|
|
|