# MS-SQL connector

## What is MS-SQL database?

MS-SQL is a relational database management system and tools published by Microsoft that can store structured data in a tabular form i.e. rows and columns.

## What is MS-SQL Connector?

The MS-SQL Connector falls under the group of Database connectors. Using this connector, users can control and transfer data between Langstack and SQL database servers using ETL pipelines. Data can be fetched from (read) and stored to (write) MS-SQL databases using various modes provided in the ETL pipeline such as, append, add, delete, update, or sync.


---

# 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.langstack.com/welcome/in-depth-learning/connectors/ms-sql-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.
