# Microsoft SQL Server

Steps to connect Microsoft SQL Server source to Dataflake is like connecting PostgreSQL to Dataflake. Read this [section](/data-sources/postgresql.md) to learn more&#x20;

From the top navigation bar click on the ![](/files/1l9J7Hc61GOOhStXl8ru) icon.

Choose the **Connection strings** tab.

Click the **Add** button.

Enter the Name of your connection.

Select **Microsoft SQL Server** from the Connection type.

Enter your connection string.

1. &#x20;**Server**: domain, port, for example: 127.0.0.1,1433
2. **Database:** name of your database
3. **User:** username of the Database you want to connect
4. **Password:** password of the Database you want to connect

Click **Next** then Click the **Complete** button to establish your Connection.

<figure><img src="/files/K7lCRKoqCh5y7y46ZqFr" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can paste the host url in the Host box to connect to your database quickly
{% endhint %}


---

# 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://doc.dataflake.co/data-sources/microsoft-sql-server.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.
