alexandre-lecoq / alexandre-lecoq/QueryMultiDb
Study the possibility to execute SQL query batches
Abierto
code
enhancement
long term
- Lenguaje dominante
- C#
- Estrellas
- 2
- Forks
- 5
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.