sql developer connect to sql server

Solutions on MaxInterview for sql developer connect to sql server by the best coders in the world

showing results for - "sql developer connect to sql server"
Ilaria
28 Mar 2018
11. Download the jTDS 3rd party JDBC driver, version 1.2.8 from here https://sourceforge.net/projects/jtds/files/jtds/1.2.8/jtds-1.2.8-dist.zip/download 
22. Save and extract the contents of the jtds-1.2.8-dist.zip file somewhere safe (ex: “C:\oracle\sqldeveloper\add-ons\jtds-1.2.8-dist\”).
33. Start SQL Developer go to Tools > Preferences > Database > Third Party JDBC Drivers.
44. Click “Add Entry”, point to the ‘jtds-1.2.8.jar’ file location, then select it and click OK.
55. Create a new connection, and choose the “SQLServer” tab.
66. Enter the following details: Connection Name (required for database retrieval), Username, Password, Hostname, and Port.
77. Click “Retrieve database” and select the appropriate database, then Save/Test/Connect as you would do normally.