您好,登錄后才能下訂單哦!
24、 Sys.fn_hadr_distributed_ag_replica
用于將映射到本地可用性組中的數(shù)據(jù)庫(kù)的分布式的可用性組中的數(shù)據(jù)庫(kù)。
語(yǔ)法
Sys.fn_hadr_distributed_ag_database_replica(lag_Id, database_id)
參數(shù)
lag_Id
是分布式的可用性組的標(biāo)識(shí)符。 lag_Id 是類型 uniqueidentifier 。
database_id
是分布式的可用性組中的標(biāo)識(shí)符。 database_id 是類型 uniqueidentifier 。
返回的表
返回以下信息。
列名 |
數(shù)據(jù)類型 |
描述 |
group_database_id |
uniqueidentifier |
本地可用性組中的數(shù)據(jù)庫(kù)的ID。 |
示例
下面的示例將分布式的可用性組中的數(shù)據(jù)庫(kù)ID中傳遞。它返回具有與本地可用性組關(guān)聯(lián)的數(shù)據(jù)庫(kù)ID的表。
DECLARE @lagId uniqueidentifier = '4A03D1A8-4AE6-B153-E7E9-ED22A546008D'
DECLARE @databaseId uniqueidentifier = '3FFA882A-C4C3-5B9E-A203-8F44BD9659F7
SELECT * FROM Sys.fn_hadr_distributed_ag_database_replica(@lagId, @databaseId)
GO
select * from Sys . availability_databases_cluster
select column_id , c . name col_name , t . name col_type
, c . max_length , c . precision , c . scale
from Sys . all_columns c left join Sys . types t
on c . system_type_id = t . system_type_id and c . user_type_id = t . user_type_id
where object_id = OBJECT_ID ( 'Sys.availability_databases_cluster' )
order by column_id
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。