I am trying to connect to a server instance of SQL Server 2010 that I installed recently using NetBeans. I have downloaded the latest JDBC driver for MS SQL Server, but I cannot get the right connection string to connect to this database. I think I am missing the following values in the connection:
- Port
- Instance Name
- and I am not sure if my username should be /*** or only the name that appears after the /
'jdbc:sqlserver://'
Any help appreciated,
Ted