About 429,000 results
Open links in new tab
  1. java - Connect to SQL Server with Windows authentication from a Linux

    Jun 15, 2016 · It is not possible to use native Windows Authentication for JDBC connections to MSSQL from a JVM running on Linux. This MSDN article explains the authentiation methods …

  2. java - Connect to SQL Server from Linux via JDBC using ...

    Jun 18, 2015 · However, if you enable both SQL Server and Windows Authentication mode on your SQL Server, then you can create a login, map to corresponding database and use it in …

  3. MSSQL database LDAP/Windows Authentication from Unix server using Java ...

    Oct 11, 2018 · I have a java application running from Unix server and connecting to MSSQL database using Java JDBC SQL authentication method. I am trying to create JDBC connection …

  4. Connectivity Libraries and Frameworks - SQL Server

    Jan 21, 2025 · The following table lists connectivity libraries or drivers that client applications can use from various languages to connect to and use Microsoft SQL Server running on-premises …

  5. Linux Java app fails connection with SQL Server on Windows

    Jun 22, 2021 · We have a java application running on a Linux server that needs to connect to a SQL Server database running on a windows server using integrated security, or any …

  6. Connect to a MS SQL Server using Windows Authentication with a Java

    Feb 15, 2022 · Is it possible to connect to an Microsoft SQL Server database via a Java application with Spring Boot using the "Windows Authentication" type? A family of Microsoft …

  7. Connecting to MS SQL using Windows ... - Jaspersoft Community

    Jul 9, 2012 · Instead of using the plain ole sqljdbc.jar driver to connect to SQL Server, we will utilize a product called jTDS to connect to the SQL Server. This is because it allows JDBC to …

  8. Decoding Your SQL Server on Linux Deployment Options

    Apr 25, 2025 · If you have a Windows-based machine and want to deploy SQL Server Linux container images or SQL Server Linux packages without installing a virtual machine on top of …

  9. Authenticating to a SQL Server instance as a Windows User via …

    Oct 9, 2014 · The main problem is the windows authentication with a full java solution (no DLL). So you could use one of the libs below: NTLM authentication: http://ioplex.com/jespa.html; …

  10. JDBC (Java Database Connectivity) - GeeksforGeeks

    Apr 17, 2025 · JDBC is an API that helps applications to communicate with databases, it allows Java programs to connect to a database, run queries, retrieve, and manipulate data. Because …

  11. Some results have been removed
Refresh