Text Search Job Naming

Text search job names are generated based on the Microsoft SQL Server db name, schema name and table name.

For a database named db1, with a schema named m29, and a table named msstest1, names are as follows:

job_name 'TS_db1_m29_msstest1',
step_name 'TS_STEP_db1_m29_msstest1'
command 'exec alter fulltext index on m29.msstest1 start incremental population'
database_name 'db1'