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
MSSQL Extension Version: 1.27.0
VSCode Version: 1.96.1
OS Version: Windows 10.0.19045
Steps to Reproduce:
USE AdventureWorks2019 SELECT * FROM [Sales].[SalesOrderHeader] o INNER JOIN [Sales].[SalesOrderDetail] od ON o.SalesOrderID = od.SalesOrderID
Not server or database specific, it originally happened on Sql Server 2016 with another query with thousands of rows.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MSSQL Extension Version:
1.27.0
VSCode Version:
1.96.1
OS Version:
Windows 10.0.19045
Steps to Reproduce:
Not server or database specific, it originally happened on Sql Server 2016 with another query with thousands of rows.
The text was updated successfully, but these errors were encountered: