alexandre-lecoq / alexandre-lecoq/QueryMultiDb
Study the possibility to execute SQL query batches
Aperta
code
enhancement
long term
- Lingua principale
- C#
- Stelle
- 2
- Fork
- 5
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.