Wednesday, February 3, 2021

Status : Failure -Cannot connect to Microsoft SQL Server on localhost when connect Oracle Sql Developer

 

I had this problem and I fixed it by enabling the TCP/IP protocol for the server instance. You can do that by
  1. Open SQL Server Configuration Manager
  2. Expand SQL Server Network Configuration
  3. Select Protocols for MSSQLSERVER
  4. Enable TCP/IP
After this, You need to restart the SQL Server service to make it effective.

No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...