After installation of SQL Server is SQL Server Agent disabled, by default! Today, I will show you simple command for enable SQL Server Agent, which can use in each Linux distribution.
"First of all, you have to connect as root user on your Linux machine!"
For enable SQL Server Agent, run following command:
You can check if Agent is running in managment studio:
You can check in mssq.conf file if SQL Server Agent is enabled, run this command below:
If you don't have install SQL Server Agent, follow these posts below:
Comments