|
|
|
|
||||||
| ms.sqlserver.setup Questions about SQL Server. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hello,
I want to install SQL Server 2005 on a computer that does not have network access, but any user coul log on to the system and use the SQL Server from the application. Is Loca System account good enough? If so what is the command to pass to sql setup to do it automatically? -- Mike |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Local System account is a privileged account. In your case, you may even get
away with a Local Service or local Windows user account. In the setup ini file, the option for the SQL database service is SQLACCOUNT, and value for Local System is set as: SQLACCOUNT="NT AUTHORITY\SYSTEM" Linchi "Mike9900" wrote: > Hello, > > I want to install SQL Server 2005 on a computer that does not have network > access, but any user coul log on to the system and use the SQL Server from > the application. Is Loca System account good enough? If so what is the > command to pass to sql setup to do it automatically? > > -- > Mike |
|
![]() |
| Outils de la discussion | |
|
|