溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

[AlwaysOn] 創(chuàng)建SQL Server高可用性組T-SQL語法:DATABASE子句

發(fā)布時間:2020-08-10 21:20:00 來源:ITPUB博客 閱讀:249 作者:cow977 欄目:關(guān)系型數(shù)據(jù)庫

DATABASE database_name

指定本地SQL Server實例(即創(chuàng)建可用性組的服務(wù)器實例)上一個或多個用戶數(shù)據(jù)庫的列表。Specifies a list of one or more user databases on the local SQL Server instance (that is, the server instance on which you are creating the availability group). 可以為一個可用性組指定多個數(shù)據(jù)庫,但每個數(shù)據(jù)庫只能屬于一個可用性組。You can specify multiple databases for an availability group, but each database can belong to only one availability group. 有關(guān)可用性組可以支持的數(shù)據(jù)庫類型的信息,請參閱“永不停機的可用性組(SQL Server)”的前提條件、限制和建議。For information about the type of databases that an availability group can support, see Prerequisites, Restrictions, and Recommendations for Always On Availability Groups (SQL Server). 要找出哪些本地數(shù)據(jù)庫已經(jīng)屬于某個可用性組,請參閱sys.databases目錄視圖中的replica_id列。To find out which local databases already belong to an availability group, see the replica_id column in the sys.databases catalog view.

DATABASE 子句是可選的。The DATABASE clause is optional. 如果省略了它,則新的可用性組為空。If you omit it, the new availability group is empty.

創(chuàng)建可用性組之后,請連接到承載輔助副本的每個服務(wù)器實例,然后準備每個輔助數(shù)據(jù)庫并將其加入到可用性組中。After you have created the availability group, connect to each server instance that hosts a secondary replica and then prepare each secondary database and join it to the availability group. 有關(guān)詳細信息,請參閱在始終打開的輔助數(shù)據(jù)庫(SQL Server)上啟動數(shù)據(jù)移動。For more information, see Start Data Movement on an Always On Secondary Database (SQL Server).

注釋 Note

稍后,您可以在承載當前主副本的服務(wù)器實例上向可用性組添加符合條件的數(shù)據(jù)庫。Later, you can add eligible databases on the server instance that hosts the current primary replica to an availability group. 還可以從可用性組中刪除數(shù)據(jù)庫。有關(guān)詳細信息,請參閱alter availability group(Transact-SQL)。You can also remove a database from an availability group. For more information, see ALTER AVAILABILITY GROUP (Transact-SQL).

向AI問一下細節(jié)

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI