I'm trying to add "NT AUTHORITY\SYSTEM
" to MSSQL
Database, and it fails with error:
Windows NT user or group 'NT AUTHORITY\SYSTEM' not found. Check the name again.
Query string:
CREATE LOGIN [NT AUTHORITY\SYSTEM] FROM WINDOWS WITH DEFAULT_LANGUAGE=[us_english]
How is it possible not to have this win user ?