Skip to content

Known Issue Sql Server Default Account

Dmitry Kolinchuk edited this page Jul 27, 2021 · 1 revision

← Troubleshooting

Known Issue - SQL Server 2012 or 2014 default user account is not supported

Unlike previous versions SQL Server 2012 and later by default uses virtual user account called NT SERVICE\MSSQLSERVER which is not supported by .NET and therefore by SIM.

Solution

It is recommended to change user account to NETWORK SERVICE according to the MSDN article. After changing the user account you need to click the Grant button again.

network service

Also check this solution from stackoverflow.