Skip to content

Commit 90d34e6

Browse files
authored
Merge pull request #242 from tidalmigrations/pr/edit-db-analyze
How to connect to a SQL Server Named Instance
2 parents 68bbe30 + a88c145 commit 90d34e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/tidal tools/analyze_database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Your YAML configuration file for Postgres, MySQL, and SQL Server must contain th
6969
- `name` - A common name for your database could be the same or different from db_name, but this value is arbitrary and only for your reference.
7070
- `engine` - The database vendor, either `SQL Server`, `MySQL`, or `PostgreSQL`, it is not case sensitive.
7171
- `host` - The hostname of the server that the database is located on and is accessible via a network connection from your current device and location.
72-
- `port` - The port that the host has open and the database can accept connections on, for SQL Server it is `1433`, for MySQL it is `3306`, and for PostgreSQL the default port is `5432`.
72+
- `port` - The port that the host has open and the database can accept connections on, for SQL Server it is `1433` or the port of the named instance, for MySQL it is `3306`, and for PostgreSQL the default port is `5432`.
7373
- `db_name` - The name of the database you are analyzing // or in the case of Oracle, the "service name".
7474
- `user` - A username to authenticate with the database, check the section below for more details about creating a user and granting permissions.
7575
- `password` - A password for the corresponding user.

0 commit comments

Comments
 (0)