How to Connect Eclipse with Microsoft SQL Database Full Explanation | URDU & HINDI|

Опубликовано: 07 Февраль 2026
на канале: Exquisite Tech
14,254
162

a command for managment studio :
select @@servername + '\' + @@servicename


SSMS download link
https://docs.microsoft.com/en-us/sql/...

SQL Server Download Link
https://docs.microsoft.com/en-us/sql/...

Eclipse Download link :
https://www.eclipse.org/downloads/

JDBC DRIVER Download Link :
https://docs.microsoft.com/en-us/sql/...


Also, subscribe to my other channel Exquisite Education Link
   / @exquisiteeducation8080  


Please Like subscribe and comment


Check my Channel for more interesting videos


Error:

com.microsoft.sqlserver.jdbc.SQLServerException: The connection to the host , named instance d failed. Error: "java.net.SocketTimeoutException: Receive timed out". Verify the server and instance names and check that no firewall is blocking UDP traffic to port 1434. For SQL Server 2005 or later, verify that the SQL Server Browser Service is running on the host.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:234)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.getInstancePort(SQLServerConnection.java:5919)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.primaryPermissionCheck(SQLServerConnection.java:2347)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2083)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:1950)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1162)
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:735)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at jdbc_test.hello.main(hello.java:18)