We would like to create a list of services that have been published to arcgis server from a specific database.
We are on enterprise 11.3 using SQL Server 2022
Take a look at this post: https://community.esri.com/t5/arcgis-enterprise-documents/report-which-services-are-using-enterprise... I think that you should be able to get the information you need.
Thanks, this looks promising. On our first few attempts at running, its only returning 4 results. While in the arcgisinput folder we have over 100 services.
You could generate a simple script based on the output of service manifest. Perhaps something that iterates through all your services and parses the connection string
Service Manifest | ArcGIS REST APIs | Esri Developer