Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The recommended csv format for each instance is:

Code Block
ipOrDNS,portportOrInstanceName,username,password,database

...

Field

...

ipOrDNS: The IP address or DNS of the SQL Server instance

...

port: The port on which SQL Server is running

...

username: Username for authentication

...

password: Password for authentication

Description

Example Values

ipOrDNS

Host address (IP or DNS name) for SQL Server

192.168.1.10, HOST_NAME

portOrInstanceName

Port number or instance name (depends on validity)

1433 (Port), SQLEXPRESS (Instance)

username

SQL Server username for authentication

sa, admin

password

Password for the SQL Server username

password123, SecurePassword!

database

Name of the database to connect to

TestDB, SalesDB

The tool will use this information to build connection strings to retrieve the necessary data.

...