corrected command

as peruser report issue #9224 , so i corrected the error and added correct command.
so i took below site for reference 
**https://docs.microsoft.com/sql/relational-databases/security/using-service-sids-to-grant-permissions-to-services-in-sql-server?view=sql-server-ver15**
This commit is contained in:
VARADHARAJAN K
2021-03-02 22:07:16 +05:30
committed by GitHub
parent f27403e58a
commit c5a94b8d17

View File

@ -65,7 +65,7 @@ To create an inbound firewall rule for a program or service
To set a SID type on a service, run the following command:
**sc** **sidtype** *<Type> <ServiceName>*
**sc** **sidtype** *<ServiceName> <Type>*
In the preceding command, the value of *<Type>* can be **UNRESTRICTED** or **RESTRICTED**. Although the command also permits the value of **NONE**, that setting means the service cannot be used in a firewall rule as described here. By default, most services in Windows are configured as **UNRESTRICTED**. If you change the SID type to **RESTRICTED**, the service might fail to start. We recommend that you change the SID type only on services that you want to use in firewall rules, and that you change the SID type to **UNRESTRICTED**.