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 with JDBC on Linux, potential errors, and available options: https://blogs.msdn.microsoft.com/psssql/2015/01/09/jdbc-this-driver-is-not-configured-for-integrated-authentication/

  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 java from Linux. To enable SQL Server authentication: Right click on your server in management studio; Properties; Security; Server authentication -> SQL Server and Windows ...

  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 using LDAP/Windows authentication method instead of SQL Server authentication.

  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 or in the cloud, on Linux, Windows, or Docker, and also …

  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 equivalent that doesn't require passing a user ID and Password.

  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 relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.

  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 connect to SQL server using Windows Authentication mode instead of SQL mode.

  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 your Windows client/server, you can leverage the Windows Subsystem for Linux (WSL). This allows you to install SQL Server Linux packages or SQL Server container images directly on ...

  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; spring based Kerberos authentication: http://projects.spring.io/spring-security-kerberos/ another integrated windows auth lib is SPNEGO (don't know much about this one)

  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 of JDBC, Java applications can easily work with different relational databases like MySQL, Oracle, PostgreSQL, and more. Explanation:

  11. Some results have been removed
Refresh