alexandre-lecoq / alexandre-lecoq/QueryMultiDb
Study the possibility to execute SQL query batches
Ouverte
code
enhancement
long term
- Langage dominant
- C#
- Étoiles
- 2
- Forks
- 5
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Study the possibility to execute SQL query batches (similar to `GO` in SSMS).
Either using `GO`, or by passing several SQL files as input.
Using `GO` sounds better for being handled by GUI.
`GO` is supported in SQLCMD, OSQL et SSMS.
The syntax is : `GO [count]`
`GO` must be alone on a separate line without any SQL commands.
However the row can contain SQL comments.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.