- Download jtds (open-source SQLServer JDBC driver) from here. Unzip and extract the jtds-1.2.jar (the latest version) to your computer.
- Open SQLDeveloper and goto: Tools->Preferences->Database->Third Party JDBC Drivers. Click “Add Entry” and give the path where you have downloaded jtds-1.2.jar
- Now goto SQLDeveloper and click the "New Connection". You will now see the extra tab for the SQL Server.
- Give the credentials of database to connect.
Thursday, 10 July 2014
Using Oracle SQLDeveloper to access SQL Server
These are the steps if you want to use SQL Server from Oracle's SQLDeveloper.
0 comments:
Post a Comment