Alternatives to SSMS for scheduling full-text index population

Al 21 Reputation points
2021-03-11T22:29:08.233+00:00

Hi everybody!

I am trying to set up a scheduled population of my full-text index in SQL Server.
The manual on Microsoft Learn says I should go to the properties menu of my index in SSMS.
However, as described in my previous question, I get an error when trying to do that.
What are the alternative ways to set up a population schedule?

Azure SQL Database
{count} votes

Accepted answer
  1. Erland Sommarskog 100.9K Reputation points MVP
    2021-03-11T23:06:21.957+00:00

    I did a quick check, and it is just spinning up the regular scheduling dialog for Agent. So you could do this on a local instance on your own machine and use the script button to see what it creates. You may also have to check the jobs it creates.

    But then you will face the next problem: there is no Agent in Azure SQL Database. But there are Elastic jobs, which fills the same role (and may add a little more to your Azure bill.)


0 additional answers

Sort by: Most helpful