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 |
|
Bill_C
Constraint Violating Yak Guru
299 Posts |
Posted - 2008-08-06 : 02:44:04
|
| What is the effect of a full text index when trying to remove and rebuild the keys and indexes on tables? |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-08-07 : 23:14:31
|
| You need repopulate full text catalog. |
 |
|
|
Bill_C
Constraint Violating Yak Guru
299 Posts |
Posted - 2008-08-11 : 01:30:32
|
| Thanks,Another question,If I have a script to automatically rebuild the inexes on the tables, will I first have to disable full text indexing before running the script? |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-08-11 : 23:45:15
|
| No, don't have to. |
 |
|
|
Bill_C
Constraint Violating Yak Guru
299 Posts |
Posted - 2008-08-12 : 02:05:57
|
| Thanks |
 |
|
|
|
|
|