I have a SQL Server 2012 database in the network of my company. I can access to this database to observe the tables etc... with SQL Server Management Studio giving the following :
- Server type : Database Engine
- Server name : xxx-yyy-zzz.eu.company.corp, number_of_port
- Authentication : Windows Authentication
- Username and password
I also know the name of the database and nothing more.
I would like to connect a new Java program I am writing with Eclipse to this SQL Server database. But I have never connected or even used a SQL Server before so I have no idea how to do it. I understood reading some other posts that I need a driver, but I don't understand where I need to install this driver, which driver and what I need to do to extract data from the database in my Java program.
Could you please tell me more about it ? Thank you :)