web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

How to connect to SQL database in UAT

M Anas Khan Profile Picture M Anas Khan 1,424

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.

Comments

*This post is locked for comments