alexandre-lecoq / alexandre-lecoq/QueryMultiDb
Study the possibility to execute SQL query batches
Aberta
code
enhancement
long term
- Linguagem predominante
- C#
- Estrelas
- 2
- Forks
- 5
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.