User PowerShell command as below:
Get-Service -ComputerName <ServerName> -Name SQL
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How to check which feature are installed without run the SQL Server setup?
I mean, how can I list what was marked to install when running the SQL Server setup inside apkzity? That include Instance features and Shared Features.
User PowerShell command as below:
Get-Service -ComputerName <ServerName> -Name SQL