Install Microsoft Sql Server Native Client
Sql Server Feature Pack
If ($checkClient.name.Split(' ') -eq 'Microsoft SQL Server Native Client 11.0') If there is SQL Native Client 11 installed, that is fine, we can finish because we have already installed. But in case we don’t have it installed, we could move forward and start the installation. I have downloaded SQL Native Client 11, and have placed it in C: temp SQLNativeClient11. We will use msiexec.msi tool for the installation of SQL Native Client 11. The parameters we will use are:. /i — install. /qn — quiet installation.