My SQL Server Management Studio is working but datagrip is not connecting to SQL Server. My local instance is IMZZA\sqlserver2014
Asked
Active
Viewed 1,231 times
0

gmsi
- 1,062
- 1
- 16
- 29

IRFAN ULLAH
- 11
- 1
-
BTW, users, check this tutorial: https://blog.jetbrains.com/datagrip/2016/06/21/connecting-datagrip-to-ms-sql-server/ – moscas Jul 25 '16 at 11:51
3 Answers
1
For instance "IMZZA\sqlserver2014", you have to enter like:
- Host = IMZZA
- Instance = sqlserver2014
- Also Remove the value from Port, which is default 1433
- Click "Test Connection" button. It should give you the "Connection successful" message.
These steps worked for me.

gmsi
- 1,062
- 1
- 16
- 29