> For the complete documentation index, see [llms.txt](https://daton-sarasanalytics.gitbook.io/daton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/databases/rdssqlserver.md).

# SQLServer

| Features                        | Details                                                                    |
| ------------------------------- | -------------------------------------------------------------------------- |
| Release Status                  | Released                                                                   |
| Table Selection                 | Yes                                                                        |
| Column Selection                | Yes                                                                        |
| Edit Integration                | Yes                                                                        |
| Replication Type Selection      | Yes                                                                        |
| Authentication Parameters       | <p>Hostname<br>Database Username<br>Database Password<br>Database Port</p> |
| Replication Type                | <p>Full Replication<br>Key Based Incremental</p>                           |
| Replication Key                 | <p>Date<br>Table Primary/Unique Keys</p>                                   |
| Suggested Replication Frequency | 1 hr                                                                       |

### Integrate SQLServer with Daton

1. Signin to Daton&#x20;
2. Select SQLServer from the list of Integrations&#x20;
3. Provide Integration Name, Replication Frequency, and History. Integration name would be used in creating tables for the integration and cannot be changed later&#x20;
4. Provide SQLServer database hostname, port, username, and password&#x20;
5. Post successful authentication, you will be prompted to choose from the list of available database schemas
6. Select required tables from the list for each database schema
7. Then select required fields for each table.&#x20;
8. Select replication field for each table. 'Select None' will lead to full table replication. Selection of any primary keys or dates will load data in incremental manner
9. Submit the integration

### Workflow

1. Integrations would be in Pending state initially and will be moved to Active state as soon as the first job loads data successfully on to the configured warehouse
2. Users would be able to edit/pause/re-activate/delete integration anytime
3. Users can view job status and process logs from the integration details page by clicking on the integration name from the active list


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/databases/rdssqlserver.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
