# Tâche de requête SQL

## 👨‍💻️ Qu'est-ce que la tâche SQL Query ?

Une tâche SQL query exécutera tout code SQL « raw » de votre choix sur le serveur et la base de données configurés via la propriété connection string.

&#x20;Chaque requête peut être personnalisée en utilisant [SQL parameters](/fr/form-management/form-designer/answers/answer-types/creating-new-type/lists/sql-server-lists/sql-parameters.md) qui peuvent obtenir des valeurs à partir des réponses des répondants.

![](/files/146a04c6ca001dc249360fe22aa193a470db84e1)

{% hint style="info" %}
Vous pouvez également appeler une procédure stockée en utilisant l'instruction d'exécution de procédure stockée SQL Server standard, par ex : `EXEC YourStoredProcedure @YourParam1, @YourParam2`&#x20;
{% 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://docs.ngsurvey.com/fr/form-management/tasks/task-items/sql-query-task.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.
