Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

SQL Server

Database Connection Settings Grooper

Defines the connection settings required to connect to a Microsoft SQL Server database in Grooper.

Remarks

The SQL Server connection settings class provides all configuration options necessary for Grooper to connect to a SQL Server instance. It extends Database Connection Settings with properties specific to SQL Server, including the server and database names. This class supports both Windows Authentication (when 'User Name' and 'Password' are left blank) and SQL authentication.

How It Works

SQL Server settings are used throughout Grooper wherever a connection to a SQL Server database is required, such as for repository storage, data export, or integration with external systems. The class automatically builds a valid SQL Server connection string based on the configured properties, and provides both a full and sanitized version for use in the UI and logs.

Configuration Guidance

  • Set the 'Server Name' to the network name or address of the SQL Server instance. For named instances, use the format ServerName\InstanceName.
  • Set the 'Database Name' to the name of the target database on the server.
  • Configure authentication using the inherited 'User Name' and 'Password' properties, or leave them blank for Windows Authentication.
  • Use the 'Connection Timeout' property to control how long Grooper waits for a connection.

For more information on SQL Server connection strings and instance naming, see the official Microsoft documentation: Logging In to SQL Server.

Properties

NameTypeDescription
General
Authentication
Info

Derived Types

There are 1 implementations of SQL Server.

Repository Connection Defines the connection settings for a Grooper repository database.

Used By

Notification