The description says that there is no, but in the management I see this -

management

What kind of Agent is there? Agent needed to run scripts on a schedule. Version of SQL Server Express 2014.

    1 answer 1

    The express version doesn’t have an agent, or rather, that is, to use it to “tease” users (just for compatibility), but in reality it’s not available. What would have been available need a license.

    The agent is able to perform sql-tasks / scripts on a schedule, send mail. But all this can be done by the planner or external gadgets.

    A normal sql server with a working agent is available in some versions of sqlserver 2005, you can search it in nete, but it is not compatible with win7 and higher.

    • As far as I remember MS made free SQL Server 2014 Developer Edition, there’s definitely an agent in it. - gofr1