dbTalk Databases Forums  

SQL Setup using well-known SID instead of account name

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss SQL Setup using well-known SID instead of account name in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jordabi
 
Posts: n/a

Default SQL Setup using well-known SID instead of account name - 05-24-2010 , 03:22 PM






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.

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SQL Setup using well-known SID instead of account name - 05-24-2010 , 04:30 PM






jordabi (jordabi (AT) discussions (DOT) microsoft.com) writes:
Quote:
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.
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, esquel (AT) sommarskog (DOT) 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/prodinf...ons/books.mspx

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.