문제

In SQL Management studio, when connected to an Azure db, you can expand the 'Federations' folder and get a list of all federated databases. I'm trying to figure out the backing query that would find that info, but I'm having very limited success.

Could anyone point me at a table which may have that info?

도움이 되었습니까?

해결책

Figured it out thanks to this url.

I wanted the sys.federations and sys.federation_distributions tables.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top