RE: Is Local System account good enough in this situation?
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
|