Timestamp question
Jason,
What version of SQL Server do you have installed?
If you're using SQL Server 7.0, then Incremental Population is your only
option, however, if you're using SQL Server 2000, you can enable "Change
Tracking" with "Update Index in Background" and get what you are trying to
achieve. CT and UIiB are new features with SQL Server 2000 only.
Regards,
John
|