Database Query Input Parameters (MS SQL Server)
- Server: The name or IP address of the SQL Server instance.
- Database: The name of the database to connect to.
- User: The username for authentication.
- Password: The password for authentication.
- Port: The port number for the SQL Server instance (default is 1433).
- Query: The SQL query to execute.
- Timeout: The maximum time to wait for the query to execute before timing out.
- SSL/TLS: Whether to use SSL/TLS for the connection.
- Connection Pooling: Whether to use connection pooling for the database connections.
- Fetch Size: The number of rows to fetch at a time.