Hi All,
Im working in Dynamics CRM 2016 onpremise,
I have been given only the names of servers .
But i dont have the details of Databases expect MSCRM_CONFIG
Is there any way that i can find the Organisation DB and Report server DB by using MSCRM_CONFIG DB
SELECT [DatabaseName]
,[FriendlyName]
,[SqlServerName]
,[SrsUrl]
,[State]
,[UniqueName]
,[UrlName]
,[IsDeleted]
FROM [MSCRM_CONFIG].[dbo].[Organization]
when i tried executing this query its showed me 3 DB but those where pointing to the reporting server.Kindly help me in getting the details of DB pointing the current organisation
*This post is locked for comments
I have the same question (0)