0

My SQL Server Management Studio is working but datagrip is not connecting to SQL Server. My local instance is IMZZA\sqlserver2014

enter image description here

gmsi
  • 1,062
  • 1
  • 16
  • 29
  • 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 Answers3

1

For instance "IMZZA\sqlserver2014", you have to enter like:

  1. Host = IMZZA
  2. Instance = sqlserver2014
  3. Also Remove the value from Port, which is default 1433
  4. Click "Test Connection" button. It should give you the "Connection successful" message.

These steps worked for me.

gmsi
  • 1,062
  • 1
  • 16
  • 29
1

Remember that TCP must be enabled in Config Manager enter image description here

moscas
  • 9,064
  • 36
  • 42
0

This only worked for me with SQL Server Browser Enabled and Running.

enter image description here

Dan Walters
  • 1,218
  • 1
  • 18
  • 30