|
|
|
|
||||||
| ms.sqlserver.setup Questions about SQL Server. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi
I'm making a installer for SQL Server Express 2005 sp2, from command line and I need that sqlBrowserAccount and sqlAccount run with the LocalSystem account. How can I specify that? There is any diference if I use more than one product language (for example Windows XP spanish or english version)? TIA Rodrigo Juarez |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Hi Rodrigo,
I understand that you would like to know how to specify LocalSystem account for SQLBROWSERACCOUNT and SQLACCOUNT in your SQL Server 2005 Express SP2 setup process from command line. If I have misunderstood, please let me know. You can specify "NT AUTHORITY\SYSTEM" for SQLBROWSERACCOUNT and SQLACCOUNT since LocalSystem is the built-in account "NT AUTHORITY\SYSTEM". I performed a test with a setup.ini file and it worked fine. 1. Create a setup.ini file with the following content: [Options] USERNAME=Charles COMPANYNAME=Microsoft ADDLOCAL=ALL SQLACCOUNT="NT AUTHORITY\SYSTEM" SQLBROWSERACCOUNT="NT AUTHORITY\SYSTEM" SQLBROWSERAUTOSTART=1 2. Run the command from command line: SQLEXPR.EXE /settings C:\setup.ini /qb For more information, please refer to: How to: Install SQL Server 2005 from the Command Prompt http://msdn2.microsoft.com/en-us/library/ms144259.aspx Hope this s. If you have any other questions or concerns, please feel free to let me know. Have a nice day! Best regards, Charles Wang Microsoft Online Community Support ================================================== === Get notification to my posts through email? Please refer to: http://msdn.microsoft.com/subscripti...ult.aspx#notif ications If you are using Outlook Express, please make sure you clear the check box "Tools/Options/Read: Get 300 headers at a time" to see your reply promptly. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/subscripti...t/default.aspx. ================================================== ==== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from this issue. ================================================== ==== This posting is provided "AS IS" with no warranties, and confers no rights. ================================================== ==== |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Thanks for your reply
Works perfect! Rodrigo "Charles Wang[MSFT]" <changliw@online.microsoft.com> escribió en el mensaje news:vd0b7uIuHHA.2148@TK2MSFTNGHUB02.phx.gbl... > Hi Rodrigo, > I understand that you would like to know how to specify LocalSystem > account > for SQLBROWSERACCOUNT and SQLACCOUNT in your SQL Server 2005 Express SP2 > setup process from command line. > If I have misunderstood, please let me know. > > You can specify "NT AUTHORITY\SYSTEM" for SQLBROWSERACCOUNT and SQLACCOUNT > since LocalSystem is the built-in account "NT AUTHORITY\SYSTEM". > I performed a test with a setup.ini file and it worked fine. > 1. Create a setup.ini file with the following content: > [Options] > USERNAME=Charles > COMPANYNAME=Microsoft > ADDLOCAL=ALL > SQLACCOUNT="NT AUTHORITY\SYSTEM" > SQLBROWSERACCOUNT="NT AUTHORITY\SYSTEM" > SQLBROWSERAUTOSTART=1 > > 2. Run the command from command line: > SQLEXPR.EXE /settings C:\setup.ini /qb > > For more information, please refer to: > How to: Install SQL Server 2005 from the Command Prompt > http://msdn2.microsoft.com/en-us/library/ms144259.aspx > > Hope this s. If you have any other questions or concerns, please feel > free to let me know. > Have a nice day! > > Best regards, > Charles Wang > Microsoft Online Community Support > ================================================== === > Get notification to my posts through email? Please refer to: > http://msdn.microsoft.com/subscripti...ult.aspx#notif > ications > > If you are using Outlook Express, please make sure you clear the check box > "Tools/Options/Read: Get 300 headers at a time" to see your reply > promptly. > > > Note: The MSDN Managed Newsgroup support offering is for non-urgent issues > where an initial response from the community or a Microsoft Support > Engineer within 1 business day is acceptable. Please note that each follow > up response may take approximately 2 business days as the support > professional working with you may need further investigation to reach the > most efficient resolution. The offering is not appropriate for situations > that require urgent, real-time or phone-based interactions or complex > project analysis and dump analysis issues. Issues of this nature are best > handled working with a dedicated Microsoft Support Engineer by contacting > Microsoft Customer Support Services (CSS) at > http://msdn.microsoft.com/subscripti...t/default.aspx. > ================================================== ==== > When responding to posts, please "Reply to Group" via > your newsreader so that others may learn and benefit > from this issue. > ================================================== ==== > This posting is provided "AS IS" with no warranties, and confers no > rights. > ================================================== ==== > > > |
|
![]() |
| Outils de la discussion | |
|
|