We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for SQLCMD commands, such as:
:r
:Setvar
[:] RESET
[:] !!
[:] QUIT
[:] EXIT
:List
:Listvar
:Error
:Out
:Connect
:On Error
Optionally:
[:] ED
:Perftrace
:Help
:XML [ON | OFF]
Do not do these:
:Serverlist
These commands are described on the following MSDN page:
sqlcmd Utility
Start with :r and :setvar as they are the most commonly used, especially if using SSDT.
:setvar
NOTES:
-X[1]
ED
!!
1
The text was updated successfully, but these errors were encountered:
SqlQuantumLeap
No branches or pull requests
Add support for SQLCMD commands, such as:
:r
:Setvar
[:] RESET
[:] !!
[:] QUIT
[:] EXIT
:List
:Listvar
:Error
:Out
:Connect
:On Error
Optionally:
[:] ED
:Perftrace
:Help
:XML [ON | OFF]
Do not do these:
:Serverlist
These commands are described on the following MSDN page:
sqlcmd Utility
Start with
:r
and:setvar
as they are the most commonly used, especially if using SSDT.NOTES:
-X[1]
:ED
and!!
commands1
is also specified, error and exitThe text was updated successfully, but these errors were encountered: