Downloads:
21,731
Downloads of v 12.10.0:
4
Last Update:
23 Apr 2025
Published Date:
23 Apr 2025
Package Maintainer(s):
Software Author(s):
- Microsoft
Tags:
sql sql-server java jdbc microsoftMicrosoft JDBC Driver for SQL Server
(Waiting for Maintainer to take corrective action)
- 1
- 2
- 3
12.10.0 | Updated: 23 Apr 2025
Downloads:
21,731
Downloads of v 12.10.0:
4
Published:
23 Apr 2025
Maintainer(s):
Software Author(s):
- Microsoft
Microsoft JDBC Driver for SQL Server 12.10.0
(Waiting for Maintainer to take corrective action)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Microsoft. The inclusion of Microsoft trademark(s), if any, upon this webpage is solely to identify Microsoft goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Failed
Verification Testing Pending
Scan Testing Pending
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
Java Database Connectivity (JDBC) driver for use with SQL Server, and Azure SQL Database. The driver is available at no
extra charge and provides Java database connectivity from any Java application, application server, or Java-enabled
applet. This driver is a Type 4 JDBC driver that provides database connectivity through the standard JDBC application
program interfaces (APIs).
The Microsoft JDBC Driver for SQL Server has been tested against major application servers such as IBM WebSphere, and
SAP NetWeaver.
Package Parameters
The Languages
package parameter can be set to install the package with the specified language. If no language is
specified the install will default to English.
Multiple languages can be installed by providing a comma-separated list of language codes.
/Languages=[language-codes]
- installs the package using the specified languages. The languages must be supplied
as a comma-separated listSupported languages are:
Language | Locale | Mapping | Parameters |
---|---|---|---|
Brazilian (Portuguese) | br | ptb | --params "/Languages=br" |
German | de | deu | --params "/Languages=de" |
English | en | enu | --params "/Languages=en" |
Spanish | es | esn | --params "/Languages=es" |
French | fr | fra | --params "/Languages=fr" |
Italian | it | ita | --params "/Languages=it" |
Japanese | ja | jpn | --params "/Languages=ja" |
Korean | ko | kor | --params "/Languages=ko" |
Russian | ru | rus | --params "/Languages=ru" |
Chinese (Simplified) | zh | chs | --params "/Languages=zh" |
Chinese (Simplified) | zh-CN | chs | --params "/Languages=zh-CN" |
Chinese (Traditional) | zh-TW | cht | --params "/Languages=zh-TW" |
For example: choco install sqljdbc --params "/Languages=en,fr"
to install the English and French versions of the driver
/InstallDir
- sets the directory in which to install sqljdbc. The installation defaults to the system
directory[Environment]::GetFolderPath('ProgramFiles')\Microsoft JDBC DRIVER for SQL Server
/User
- override the default installation directory and install the driver in the user directory
[Environment]::GetFolderPath('Programs')\Microsoft JDBC DRIVER for SQL Server
To have Chocolatey remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades
.
Notes
- The drivers will be installed under
[InstallDir]\sqljdbc_X.Y\[LanguageMaping]
whereX.Y
represents the
Major.Minor
versions of the package andLanguageMapping
is the sub directory representing the mapping for
the default (English -enu
) or other specified languages - This package is automatically updated using the Chocolatey Automatic Package Update Model (AU).
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
$ErrorActionPreference = 'Stop'
Get-ChildItem "Get-ChocolateyPath -PathType 'PackagePath'\*" -include sqljdbc*.Install.txt, sqljdbc*.txt | Foreach-Object {
$zipContentFile += Get-Content $_.fullname
}
if (($null -ne $zipContentFile) -and ($zipContentFile.Length -ge 1)) {
$zipTargetFile = $zipContentFIle[0]
}
if (Test-Path -Path $zipTargetFile) {
$unzipDirectory = Split-Path $zipTargetFile
$parentDirectory = Split-Path $unzipDirectory
}
Uninstall-ChocolateyZipPackage 'sqljdbc' 'sqljdbc_12.10.0.0_*.zip'
# Uninstall-ChocolateyZipPackage only removes child directories unpacked from
# the archive so remove the main and parent directories if empty
if ((Get-ChildItem $unzipDirectory | Measure-Object).Count -eq 0) {
Remove-Item $unzipDirectory -ErrorAction SilentlyContinue -Force | Out-Null
}
if ((Get-ChildItem $parentDirectory | Measure-Object).Count -eq 0) {
Remove-Item $parentDirectory -ErrorAction SilentlyContinue -Force | Out-Null
}
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Microsoft JDBC Driver for SQL Server 12.10.0 | 4 | Wednesday, April 23, 2025 |
Waiting for Maintainer
|
|
Microsoft JDBC Driver for SQL Server 11.2.0.0 | 1623 | Thursday, August 11, 2022 | Approved | |
Microsoft JDBC Driver for SQL Server 10.2.1.0 | 272 | Saturday, May 14, 2022 | Approved | |
Microsoft JDBC Driver for SQL Server 10.2.0.0 | 2701 | Tuesday, February 1, 2022 | Approved | |
Microsoft JDBC Driver for SQL Server 9.4.1.0 | 214 | Thursday, December 9, 2021 | Approved | |
Microsoft JDBC Driver for SQL Server 9.4.0.0 | 310 | Friday, August 6, 2021 | Approved | |
Microsoft JDBC Driver for SQL Server 9.2.1.0 | 281 | Monday, June 7, 2021 | Approved | |
Microsoft JDBC Driver for SQL Server 7.0.0.0 | 10583 | Friday, August 24, 2018 | Approved | |
Microsoft JDBC Driver for SQL Server 6.2.2.0 | 1518 | Thursday, February 8, 2018 | Approved | |
Microsoft JDBC Driver for SQL Server 6.0.8112.100 | 2260 | Friday, January 27, 2017 | Approved | |
Microsoft JDBC Driver for SQL Server 4.0.2206.100 | 1902 | Tuesday, May 7, 2013 | Approved |
Copyright Microsoft Corporation
This package has no dependencies.
Ground Rules:
- This discussion is only about Microsoft JDBC Driver for SQL Server and the Microsoft JDBC Driver for SQL Server package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Microsoft JDBC Driver for SQL Server, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
dgalbraith (maintainer) on 23 Apr 2025 21:36:15 +00:00:
User 'dgalbraith' (maintainer) submitted package.
chocolatey-ops (reviewer) on 23 Apr 2025 22:11:35 +00:00:
sqljdbc has failed automated validation.
Requirements
Requirements represent the minimum quality of a package that is acceptable. When a package version has failed requirements, the package version requires fixing and/or response by the maintainer. Provided a Requirement has flagged correctly, it must be fixed before the package version can be approved. The exact same version should be uploaded during moderation review.