Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/6751fcb2b7d9a81cb7580ed710c3a75e to your computer and use it in GitHub Desktop.
Save ezhov-da/6751fcb2b7d9a81cb7580ed710c3a75e to your computer and use it in GitHub Desktop.
sql mssql подключение jdbc локально
Заходим в Sql Server Configuaration Manager ->
cетевая конфигурация SQL Server -> Протоколы для [имя сервера] ->
TCP - включено -> двойной клик -> вкладка [IP адреса]:
- Все включаем
- В IPAll -> Динамические TCP-порты = 1433
Настройка клиента Native Client ->
TCP/IP -> Включено
Строка подключения:
jdbc:sqlserver://localhost\SQLEXPRESS:1433;databaseName=AZ_DEV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment