I've read in a Security article somewhere that I shouldn't be running my SQL Server service under the Local System account or an admin account. I have SQL 2000 SP3 in Win 2000 server. I don't do any replication or use SQL Mail at the moment. It's a dedicated server and clients connect to it over the network. I have Database Maintenance plans to do backup and DBCC nightly.
In this regard, under which user account should I run the SQL Server service without losing any functionality in SQL Server? What Windows right does it really need? Some of the articles say that as a minimum, the user account should have "Run as a Service" right.
Is this true and is this the only right I need?
In this regard, under which user account should I run the SQL Server service without losing any functionality in SQL Server? What Windows right does it really need? Some of the articles say that as a minimum, the user account should have "Run as a Service" right.
Is this true and is this the only right I need?