Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 1.11 KB

Develop SquirrelSQL.md

File metadata and controls

23 lines (22 loc) · 1.11 KB

--------------------------------------------------------------------------------------------------

Configuring SquirrelSQL and MS SQL

--------------------------------------------------------------------------------------------------

1. Install Squirrel SQL.

2. Download Microsoft JDBC Driver for SQL Server.

3. Unpack JDBC Driver to a known location.

4. Open Squirrel SQL.

5. From the menu bar, select Drivers > New Driver.

For the purpose of this example, [...] indicates a button.

Name: MSSQL Example URL: jdbc:sqlserver://:;databaseName=; Website URL: http://msdn.microsoft.com/en-us/library/ms378428(SQL.90).aspx

Add the JDBC driver

[Extra Class Path] > [Add] /enu/sqljdbc4.jar [Choose] Class Name: com.microsoft.sqlserver.jdbc.SQLServerDriver [OK]

--------------------------------------------------------------------------------------------------