How to use SQL Extension in Visual Studio Code for connecting to SQL Server and performing operations on that. In case you are using Visual Studio Code for development and using SQL Server at the backend, we can integrate a SQL Extension named "mssql". This extension will help in connecting, running queries, use intelli-sense and even display the output in the Visual Studio Code for the Select Queries. https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-develop-use-vscode A screenshots for the query that I ran and tested. Happy Coding!