jimm98y / MSSQLEXPRESS-M1-Install

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

Looking for SQL Server 2019 Setup sequence #34

Closed rda874 closed 3 months ago

rda874 commented 3 months ago

Hello, after successfully using your script to install SQL Server 2019 Express, I have been trying to get it to recognize a previously installed version of ACT! It seems that I need the SQL setup sequence to do this. Is this part possible? I provided the link to the ACT! knowledge article for reference. thank you!

How to manually create the Microsoft SQL Server 2019 ACT7 Instance

jimm98y commented 3 months ago

I have no idea what ACT is, but briefly looking at the steps it might be possible. You would have to modify the SQL instance name, change it to run as SYSTEM (can be done in Windows), enabling TCP/IP is not possible using GUI like they show, but it is possible using Windows Registry (see https://github.com/jimm98y/MSSQLEXPRESS-M1-Install/issues/4). Setting the sa user is possible in SQL Management Studio. The rest looks like running some bat file that just executes SQL commands, so it might be doable...

rda874 commented 3 months ago

Ok thanks for your help!