# Mssql Connector

The MSSQL Connector facilitates integration with Microsoft SQL Server databases, enabling seamless communication with MSSQL databases.

## Name

* **Description**: The name of the MSSQL connector instance.
* **Type**: Text (string)
* **Example**: "MSSQLConnectorInstance"

## Url

* **Description**: The URL or IP address of the MSSQL server.
* **Type**: Text (string)
* **Example**: "mssql.example.com"

## Port

* **Description**: The port number on which the MSSQL server is listening.
* **Type**: Integer
* **Example**: 1433

## Database

* **Description**: The name of the database to connect to within the MSSQL server.
* **Type**: Text (string)
* **Example**: "MyDatabase"

## User

* **Description**: The username or user ID used to authenticate the connector with the MSSQL server.
* **Type**: Text (string)
* **Example**: "sqluser"

## Password

* **Description**: The password associated with the user account for authentication.
* **Type**: Text (string)
* **Example**: "sqlsecretpassword"

## Timeout

* **Description**: The maximum time allowed for the connector to wait for a response from the MSSQL server before timing out.
* **Type**: Integer (milliseconds)
* **Example**: 15000 (15 seconds)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.emobiq.com/emobiq-client/008-services/001-services-reference/mssql-connector.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
