How can I discard the Full Text index for a database with a program document or command line?
Thanx in advance.
How can I discard the Full Text index for a database with a program document or command line?
Thanx in advance.
Subject: Command to discard Full text index?
Subject: RE: Command to discard Full text index?
Hm, forgot to search the R4/5 forum…
Thanks, I will give this a try although I would rather use a smoother way to do this!
Subject: Command to discard Full text index?
you can update it with LOAD UPDALL DBNAME.NSF -F
you can rebuild it with LOAD UPDALL DBNAME.NSF -X
you can’t remove it with a command, you’d need to do that manually or with a scheduled agent