Microsoft SQL Server Native Client 64 bit 10.50.1600.1

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 10.50.1600.1

http://download.microsoft.com/download/B/6/3/B63CAC7F-44BB-41FA-92A3-CBF71360F022/1033/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:10.50.1600.1
SHA-1 or SHA-256:024bca85b180113859c1a730f321dba2464bc45e
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:Sat May 15 09:32:51 UTC 2021
Last modified by:tim.lebedk...
Created:Sun Oct 02 12:49:20 UTC 2016
Created by:tim.lebedk...
Automated tests:2 of 2 installations succeeded, 2 of 2 removals succeeded