These are the steps if you want to use SQL Server from Oracle's SQLDeveloper.
- 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.
Oracle
SQLDeveloper
SQLServer
0 comments:
Post a Comment