Format Connection string so it is more visible

GITHUB_PR_NUMBER: 8555
GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/8555

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4633
Co-authored-by: Jonathan Marbutt <1386587+jmarbutt@users.noreply.github.com>
GitOrigin-RevId: ddfaf76096b4f17db0d71f113c9ea4e3a7cdebdc
This commit is contained in:
hasura-bot 2022-06-09 03:53:36 -07:00
parent d328d673ca
commit e19573b43a

View File

@ -38,8 +38,10 @@ your MS SQL Server as a source to Hasura. You'll need your ODBC connection strin
your ODBC driver is set to version 17.
Here's an example of what your connection strings might look like with a SQL server database on Azure SQL Serverless:
```
Driver={ODBC Driver 17 for SQL Server};Server=tcp:<b>hasura-test.database.windows.net</b>,<b>1433</b>;Database=<b>db-name</b>;Uid=<b>username</b>;Pwd=<b>password</b>;Encrypt=yes;TrustServerCertificate=no;Connection Timeout=30;
```
:::info Make sure your SQL server database is reachable by Hasura Cloud: