Go Back

How Do I Identify if SQL OpenNET (SynSQL) Service is Installed?

I am attempting to write a Powershell DSC Module to install/configure SQL OpenNet (sqld.exe).

In order to ensure that the process is idempotent I need some way to test if the service is installed.

One way to do this is to query the services to ask if "synsql" service is installed; can we rely on this service name to be constant?

2 Answers
0   | Posted by Ace Olszowka to SQL Connection on 1/9/2019 4:20 PM
Best Answer chosen by Ace Olszowka
Phillip Bratt
The name synSQL is not going to change so you are safe to query on that name. 

1/17/2019 6:36 PM   0  
Ace Olszowka
Thank you Phillip

1/17/2019 8:05 PM   0  
Please log in to comment or answer this question.