Skip to content

Conversation

@gontadu
Copy link

@gontadu gontadu commented Jun 28, 2016

USE is used to select a database in SQL Server when a database is connected to.
EXEC and OPENQUERY are both used to get data on other servers.

I have grouped this with the VALUES keyword as EXEC/OPENQUERY are dealing with similar data.
I have also added USE into this dictionary as I felt it is cleaner than adding into dictionary keyword.other.DML.sql but let me know if you disagree.

Same as microsoft/vscode#8046

USE is used to select a database in SQL Server when a database is connected to.
EXEC and OPENQUERY are both used to get data on other servers.

I have grouped this with the VALUES keyword as EXEC/OPENQUERY are dealing with similar data.
I have also added USE into this dictionary as I felt it is cleaner than adding into dictionary keyword.other.DML.sql but let me know if you disagree.

Same as microsoft/vscode#8046
@gontadu gontadu changed the title Addition of USE EXEC OPENQUERY syntax Addition of T-SQL syntax: USE, GO, INTO, EXEC, OPENQUERY Jul 12, 2016
gontadu added 2 commits July 12, 2016 08:25
Added USE in another PR in the correct location. So Removing it from this one.
@gontadu gontadu changed the title Addition of T-SQL syntax: USE, GO, INTO, EXEC, OPENQUERY Addition of T-SQL syntax: GO, INTO, EXEC, OPENQUERY Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant