Re: SQL Server and Agent Accounts
- From: v-sguo@xxxxxxxxxxxxxxxxxxxx (Sophie Guo [MSFT])
- Date: Fri, 21 Oct 2005 10:59:19 GMT
Hello,
For the first question, I suggest that you refer to the information in SQL
server Books Online:
"Security Considerations" topic:
---------------------------------------------
The SQL Server Agent service (SQLServerAgent) at the client should not use
the LocalSystem account. It needs to use a standard domain account. The
SQLAgent account is the security context under which the Snapshot Agent,
Merge Agent, and Distribution Agent are running by default.
....
You must be a SQL Server 2000 system administrator to enable the server for
replication. After replication is enabled, you do not need to be a SQL
Server 2000 system administrator to set up publications and subscriptions,
or to invoke or schedule the replication agents. You must be in the
db_owner role to create publications. Anyone who is added to the
publication access list (PAL) can create pull subscriptions to that
publication (but only to that publication).
---------------------------------------------
For the second question, refer to the "Agent Login Security" topic in SQL
server Books Online. For more information, refer to the following topics:
"Connecting to the Distributor"
"Replication Security"
I hope the information is helpful.
Sophie Guo
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- References:
- SQL Server and Agent Accounts
- From: Maer
- Re: SQL Server and Agent Accounts
- From: Paul Ibison
- SQL Server and Agent Accounts
- Prev by Date: Re: Problem in Log Shipping
- Next by Date: Re: New to Replication
- Previous by thread: Re: SQL Server and Agent Accounts
- Next by thread: Re: SQL Server and Agent Accounts
- Index(es):
Relevant Pages
|