jimm98y / MSSQLEXPRESS-M1-Install

Installers and installation scripts for Microsoft SQL Server Express on ARM64.
MIT License
252 stars 57 forks source link

SQL Agent is not installed #3

Closed jimm98y closed 5 months ago

jimm98y commented 1 year ago

SQL Agent is not installed with the Developer version of the SQL Server.

shennerf commented 1 year ago

I noticed the same thing. I was able to get it to work by adding the missing registry keys (and associated key access), creating the missing account in SQLServer and assigning the access, and the missing folder and assigning the correct access.

wags674 commented 1 year ago

I noticed the same thing. I was able to get it to work by adding the missing registry keys (and associated key access), creating the missing account in SQLServer and assigning the access, and the missing folder and assigning the correct access.

I have the same problem. Can you provide me the steps you reference to get it to work?

Disruptor85 commented 11 months ago

I noticed the same thing. I was able to get it to work by adding the missing registry keys (and associated key access), creating the missing account in SQLServer and assigning the access, and the missing folder and assigning the correct access.

I have the same problem. Can you provide me the steps you reference to get it to work?

I followed this tutorial here, and it is working, as simple as that using SSMS 19 https://www.mssqltips.com/sqlservertip/2729/how-to-start-sql-server-agent-when-agent-xps-show-disabled/

Event with that, the service is not appearing in SQL Server 2022 configuration..., so not sure if this can work finally

jimm98y commented 5 months ago

SQL Agent is now being installed using the new installers or scripts.