Microsoft SQL Server Native Client 64 bit 11.1.3000

Full internal name:sqlncli64
Project site:https://docs.microsoft.com/en-us/sql/relational-databases/native-client/sql-server-native-client?view=sql-server-ver15
Screen shots:
Download: Download Microsoft SQL Server Native Client 64 bit 11.1.3000

https://download.microsoft.com/download/F/3/C/F3C64941-22A0-47E9-BC9B-1A19B4CA3E88/ENU/x64/sqlncli.msi

VirusTotal results
Change log:n/a
Description:

contains the SQL Server ODBC driver and the SQL Server OLE DB provider in one native dynamic link library (DLL) supporting applications using native-code APIs (ODBC, OLE DB and ADO) to Microsoft SQL Server

Version numbers:

  • SQL Server 2014 - 12
  • SQL Server 2012 - 11
  • SQL Server 2008 R2 - 10

kw: sqlncli

License:unknown
Version:11.1.3000
SHA-1 or SHA-256:3f48f58dcf9855b4c0f7c23c946a67ae0800abd2e561216eb60e623b61a30fe1
Type:one file
Dependencies:
Tags:
Text files:
.Npackd\Install.bat:
for /f "delims=" %%x in ('dir /b *.msi') do set setup=%%x
mkdir .Npackd
move "%setup%" .Npackd
set err=%errorlevel%
if %err% neq 0 exit %err%

rem MSIFASTINSTALL: http://msdn.microsoft.com/en-us/library/dd408005%28v=VS.85%29.aspx
msiexec.exe /qn /norestart /Lime .Npackd\InstallMSI.log /i ".Npackd\%setup%" INSTALLDIR="%CD%" ALLUSERS=1 MSIFASTINSTALL=7 IACCEPTSQLNCLILICENSETERMS=YES
set err=%errorlevel%
type .Npackd\InstallMSI.log

rem list of errors: http://msdn.microsoft.com/en-us/library/windows/desktop/aa368542(v=vs.85).aspx
rem 3010=restart required
if %err% equ 3010 goto cont
if %err% neq 0 exit %err%

:cont

.Npackd\Uninstall.bat:
move .Npackd\*.msi .
for /f "delims=" %%x in ('dir /b *.msi') do set setup=%%x

rem MSIFASTINSTALL: http://msdn.microsoft.com/en-us/library/dd408005%28v=VS.85%29.aspx
msiexec.exe /qn /norestart /Lime .Npackd\UninstallMSI.log /x "%setup%" MSIFASTINSTALL=7
set err=%errorlevel%
type .Npackd\UninstallMSI.log

rem 3010=restart required
if %err% equ 3010 exit 0

rem 1605=unknown product
if %err% equ 1605 exit 0

if %err% neq 0 exit %err%
Last modified:Tue Dec 28 22:54:25 UTC 2021
Last modified by:tim.lebedk...
Created:Sun Oct 02 12:48:59 UTC 2016
Created by:tim.lebedk...
Automated tests:33 of 45 installations succeeded, 33 of 33 removals succeeded