Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql developer connect to sql server

1. 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 
2. Save and extract the contents of the jtds-1.2.8-dist.zip file somewhere safe (ex: “C:oraclesqldeveloperadd-onsjtds-1.2.8-dist”).
3. Start SQL Developer go to Tools > Preferences > Database > Third Party JDBC Drivers.
4. Click “Add Entry”, point to the ‘jtds-1.2.8.jar’ file location, then select it and click OK.
5. Create a new connection, and choose the “SQLServer” tab.
6. Enter the following details: Connection Name (required for database retrieval), Username, Password, Hostname, and Port.
7. Click “Retrieve database” and select the appropriate database, then Save/Test/Connect as you would do normally.
Comment

PREVIOUS NEXT
Code Example
Sql :: sql transfer table in other 
Sql :: sql recherche nom prenom 
Sql :: oracle tablespace autoextend 
Sql :: table users 
Sql :: sql timezone 
Sql :: to_sql pandas 
Sql :: inspecting a column unique/distinct values in SQL 
Sql :: find the names of sailors who have reserved at least one boat 
Sql :: sql ignore 
Sql :: sql join 3 tables 
Sql :: install mssql on ubuntu 
Sql :: Join multiple table by MySQL 
Sql :: How to automatically export database to a csv file 
Sql :: json object to column value in sql server 
Sql :: import database from sql file 
Sql :: postgres where 
Sql :: SQL Using Prepared Statements 
Sql :: is firebase nosql 
Sql :: sql query interview questions 
Sql :: jsonb 
Sql :: apex run 404 
Sql :: sqlcmd xml output insert line break after every 2033 characters 
Sql :: sql commands in android 
Sql :: mysql group by derived column 
Sql :: trigger stock phpmyadmin 
Sql :: SQL authentication error 
Sql :: less than date query sqlachemy 
Sql :: T-SQL - Where Used List (Table/View) 
Sql :: mysql order specific records at the top 
Sql :: postgresql grant alter table to user 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =