Re: SQL2k5 local rights to use
- From: Ekrem Önsoy <ekrem@xxxxxxxxxxxx>
- Date: Thu, 12 Feb 2009 21:58:05 +0200
I suggest you to create service accounts (for instance a normal user account in your domain) for your SQL Server services and set these service accounts to your SQL Server services using SQL Server Configuration Manager. This tool will add the service accounts to the built-in local Windows groups and those groups have sufficient rights on the system to run SQL Server services decently and perform this action using a local admin account.
To be a System Administrator for your SQL Server instance, you can add your domain account to the "sysadmin" Server Fixed Role. You can do this using SQL Server Management Studio. Open it up and then connect to your SQL Server instance and go to Security -> Logins nodes then create a Login for your Windows\Domain account then in the Create Login window go to Server Roles pane and make "sysadmin" checked and proceed. You must have admin rights on the SQL Server instane to perform this task.
--
Ekrem Önsoy
"cksiz" <cksiz@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:826FF513-9B16-43E2-AA3E-B5A2A2C0F18A@xxxxxxxxxxxxxxxx
I have had sql2k5 installed on my machine for development purposes. However,
I am only a regular "user" on the machine (and as part of the domain).
Upon trying to configure and use Reporting Services, I get various errors.
Switching myself to local admin allows everything to work.
However, my company will not allow me to remain as a local admin on the
machine.
So question is: What rights do I need on the local machine to be the
database admin, to manage the entire database, and use all of the tools?
All the SQL2k5 services are starting as localservice (which again, works
fine if I am local admin, and as acceptable for a development machine)
I have found that I did not have NTFS permissions to some of the SQL
directories, but have fixed that by giving myself full control and
propogating down. Obviously I have missed something that is preventing me
from having full admin control over the SQL instance (and programs)
.
- References:
- SQL2k5 local rights to use
- From: cksiz
- SQL2k5 local rights to use
- Prev by Date: Re: Activate SQL 2005 Trial Version
- Next by Date: RE: SQL server 2005 express setup fails unexpectedly
- Previous by thread: SQL2k5 local rights to use
- Next by thread: RE: SQL server 2005 express setup fails unexpectedly
- Index(es):
Relevant Pages
|