إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Applies to:
SQL Server
Managing an existing Always On availability group in SQL Server involves one or more of the following tasks:
- Altering the properties of an existing availability replica, for example to change client connection access (for configuring readable secondary replicas), changing its failover mode, availability mode, or session timeout setting.
- Adding or removing secondary replicas.
- Adding or removing a database.
- Suspending or resuming a database.
- Performing a planned manual failover (a manual failover) or a forced manual failover (a forced failover).
- Creating or configuring an availability group listener.
- Managing readable secondary replicas for a given availability group. This involves configuring one or more replicas to read-only access when running under the secondary role, and configuring read-only routing.
- Managing backups on secondary replicas for a given availability group. This involves configuring where you prefer that backup jobs run and then scripting backup jobs to implement your backup preference. you need to script backup jobs for every database in the availability group on every instance of SQL Server that hosts an availability replica.
- Deleting an availability group.
- Cross-cluster migration of Always On Availability Groups for OS upgrade
Configure an existing availability group
Add a Secondary Replica to an Availability Group (SQL Server)
Remove a Secondary Replica from an Availability Group (SQL Server)
Remove a Secondary Database from an Availability Group (SQL Server)
Remove a Primary Database from an Availability Group (SQL Server)
Manage an availability group
Perform a Planned Manual Failover of an Availability Group (SQL Server)
Perform a Forced Manual Failover of an Availability Group (SQL Server)
Manage an availability replica
Add a Secondary Replica to an Availability Group (SQL Server)
Join a Secondary Replica to an Availability Group (SQL Server)
Remove a Secondary Replica from an Availability Group (SQL Server)
Change the Availability Mode of an Availability Replica (SQL Server)
Change the Failover Mode of an Availability Replica (SQL Server)
Configure Read-Only Access on an Availability Replica (SQL Server)
Configure Read-Only Routing for an Availability Group (SQL Server)
Change the Session-Timeout Period for an Availability Replica (SQL Server)
Manage an availability database
Join a Secondary Database to an Availability Group (SQL Server)
Remove a Primary Database from an Availability Group (SQL Server)
Remove a Secondary Database from an Availability Group (SQL Server)
Monitor an availability group
Support migrating availability groups to a new WSFC cluster (cross-cluster migration)
Related content
- SQL Server Always On Team Blogs: The official SQL Server Always On Team Blog
- CSS SQL Server Engineers Blogs
- Microsoft White Papers for SQL Server 2012
- What is an Always On availability group?
- Enable the Always On availability group feature for a SQL Server instance
- Reference for the creation and configuration of Always On availability groups
- Offload read-only workload to secondary replica of an Always On availability group
- Offload supported backups to secondary replicas of an availability group
- Connect to an Always On availability group listener
- Policy based management for operational issues with Always On availability groups
- Tools to monitor Always On availability groups
- Always On availability groups: interoperability (SQL Server)
- Transact-SQL statements for Always On availability groups
- Overview of PowerShell Cmdlets for Always On Availability Groups