How To Add SQL Server Database On Netbeans Service

SQL Server is kind of premium Enterprise level of database available on the world. It is capable of running faster queries, storing a lots of data and all about everything. Using Microsoft SQL server database may be the best solution if you want to handle complex transaction on your system.

You can using Netbeans to manage your SQL database, but it is limited only for some simple database task, but then you can using raw query if you have some skill on it. The first thing you need to do for your Netbeans working with SQL server is adding its service to Netbeans. Adding SQL server service on Netbeans service panel is easy, you can follow the steps below, here is simple steps how you can do it:

1. Open service tab, right click on database, then new connection

2. On the Driver section select Microsoft SQL Server, then click next



If Microsoft SQL server not available on the driver list, follow this step below:

- Donwload SQL Server JDBC jar library from this link https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc/7.0.0.jre8


- Back to Netbeans Locate Driver dialogue, click driver drop down and then choose add new driver. Now add driver file you've been donwloaded


3. Next step, fill your SQL server configuration, like for example below



4. Then click Finish. And now you have SQL Server service on Netbeans, you can right click and connect. After that you can manage your database from Netbeans.


Popular posts from this blog

ERROR 1348 Column Password Is Not Updatable When Updating MySQL Root Password

How To Create Spring Boot Project Using Netbeans

Spring Kafka - how to use ReplyingKafkaTemplate send and reply synchronously

Upload and Download Rest API using Spring Boot Reactive WebFlux

What Is My Localhost IP, For Windows User?