alexandre-lecoq / alexandre-lecoq/QueryMultiDb
Study the possibility to execute SQL query batches
未關閉
code
enhancement
long term
- 主要語言
- C#
- 星號
- 2
- 分支
- 5
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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.
貢獻指南
評估
這個 Issue 還沒有評估資料。