How to connect to SQL database in UAT
Views (1085)
Product
Dynamics 365 Finance
Description
Once you get the SQL server name from UAT environment details page on LCS, it would look like this:
<SQL server name>\<Database name>
Copy SQL server name and append .database.windows.net at the end so that it becomes:
<SQL server name>.database.windows.net
Use this string to connect to the database in SQL Server Management Studio.

This was originally posted here.
*This post is locked for comments