I have a restaurant with two computers, on the same network, each computer has SQL Server 2014
and my POS
Software (Point of Sale).
Every once in a while I take a backup from my MAIN
to my BACKUP
computers.
The problem is that in SQL Server 2014 Express
, the service SQL Server Agent
is not starting, in any way possible, I tried.
I want to be able to connect to my MAIN computer through network.
All SQL Server 2014
data is connected well and working, plus all Services are running well, except for SQL Server Agent.
I see two solutions:
I downgrade my database from 2014 to 2012 and have
SQL Server Agent
Service Running, however I don't know how to do that.I fix the
SQL Server Agent
service and have everything working well, I don't know how to do that either, I tried googling it, awkwardly I couldn't find an answer.