Changes between Version 10 and Version 11 of Documentatie/Beheerder/Installeren/Installatiehandleiding/SQLServer
- Timestamp:
- Feb 5, 2013 10:29:15 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentatie/Beheerder/Installeren/Installatiehandleiding/SQLServer
v10 v11 23 23 SQL Server moet op de gebruikersmachine de Microsoft SQL Native Client driver geinstalleerd worden. Deze moet minstens versie 2005.90.5000.00 hebben. 24 24 25 Instructies hiervoor zijn te vinden op de site van Microsoft, http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=1794326 27 25 '''Microsoft SQL Server Native Client ''' 28 26 29 27 Microsoft SQL Server Native Client (SQL Native Client) is a single dynamic-link library (DLL) containing both the SQL OLE DB provider and SQL ODBC driver. It contains run-time support for applications using native-code APIs (ODBC, OLE DB and ADO) to connect to Microsoft SQL Server 7.0, 2000 or 2005. SQL Native Client should be used to create new applications or enhance existing applications that need to take advantage of new SQL Server 2005 features. This redistributable installer for SQL Native Client installs the client components needed during run time to take advantage of new SQL Server 2005 features, and optionally installs the header files needed to develop an application that uses the SQL Native Client API. 28 29 [[Image(ncli.PNG, class=inline-right, 240)]]De SQL Server Native Client installer kan van de site van Microsoft gedownload worden. Aanbevolen wordt om op [http://www.microsoft.com/en-us/download/details.aspx?id=20101 deze pagina] de installer op te halen. Voor 32-bit systemen, gebruik `ENU\x86\sqlncli.msi` (3.4MB) en voor 64-bit systemen, `ENU\x64\sqlncli.msi` (6.3MB). Om er achter te komen welke van toepassing is op uw systeem, kijk onder ''Start'' -> ''Configuratiescherm'' -> ''Systeemeigenschappen'' van het Windows systeem. 30 30 31 31 32 === Windows 7 ===