Forum Discussion
Maysam Jahromi
May 17, 2017Copper Contributor
SQL Server Registered Server using Active Directory With Password Authentication
I am trying to create Registered Servers list in SQL Server for SQL Azure Databases. I plan to connect to all databases at same time and run some queries. When I register SQL Servers that are authen...
Ry_Shannon
Jul 26, 2019Copper Contributor
Maysam Jahromi Have you received any input regarding this? I'm doing the same and running into similar issues.
Thanks!
Maysam Jahromi
Jul 26, 2019Copper Contributor
Ry_Shannon No I did not but I found a way to go around it. I developed a powershell to basically get a list of databases I am interested (Filter based on wildcard) and just run any script I want on those using a loop.