How to Connect to Microsoft SQL Server in IntelliJ IDEA



How to Connect to Microsoft SQL Server in IntelliJ IDEA

How to Connect to Microsoft SQL Server in IntelliJ IDEA

Through this video, I’d like to share with you how to connect and manage a database on Microsoft SQL Server right inside IntelliJ IDEA using the built-in Database tool provided by IntelliJ IDEA. So you don’t have to use any external tools, especially in case you need to manage a database on a remote instance of SQL server without having to install SQL server client tools on your computer.

In details, you will learn:
– Make connection to SQL Server in IntelliJ IDEA
– Create a new table
– Manage data in a table
– Execute SQL statements

Software programs:
– Java Development Kit (JDK)
– IntelliJ IDEA Ultimate
– Microsoft SQL Server 2019 (Express edition)

Comments are closed.