Search K
Appearance
Appearance
Overview Use this guide to create and configure a Microsoft SQL Server service account in MinuteView Console. This service account enables:
- SQL automation tasks — Execute queries and operations against SQL Server databases from MinuteView automation workflows
- Data integration — Read and write data to SQL Server as part of workflow processing
This service account uses SQL Server authentication (username and password) to connect to a SQL Server instance.
The MinuteView server connects directly to the SQL Server instance. Because SQL Server is typically deployed on-premises or within the same network, no internet access is usually required.
| Target | Port | Purpose |
|---|---|---|
| Your SQL Server instance | 1433 (default) or named instance port | Database queries and operations |
On-Premises Deployments
Ensure the MinuteView server can reach the SQL Server instance on the configured port. For named instances, the SQL Server Browser service must be running and UDP port 1434 must be accessible, or use a specific port number in the instance name.
Create or identify a SQL Server login for MinuteView to use:
sa| Field | Description | Example |
|---|---|---|
| Name | A descriptive name for this service account | SQL-Production |
| Service Account Type | Select Microsoft SQL Server from the dropdown | |
| Instance Name | The SQL Server instance name | DBSERVER\SQLEXPRESS |
| Username | The SQL Server login username | mv-service |
| Password | The password for the SQL login | (sensitive — stored securely) |
Connection error / Cannot reach SQL Server
SERVER\INSTANCE or just SERVER for default instances)Authentication failed
Permission denied on queries