Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SQL Setup using well-known SID instead of account name

3 views
Skip to first unread message

jordabi

unread,
May 24, 2010, 4:22:05 PM5/24/10
to
I have issues installing SQL 2005 Express using an ini file on some
non-English Windows installations. I receive a 28075 error when trying to
use the "NT Authority\System" account since on certain localized Windows
versions that gets renamed.

So, is thre a best practice for handling this or can I use a well-known SID
in place of the account name.

Erland Sommarskog

unread,
May 24, 2010, 5:30:19 PM5/24/10
to
The recommendation is usually to use a domain account rather one of
these built-ins. Not only because of the localisation issue, but there
are other problems as well when you use LocalSystem and the like.


--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx

0 new messages