Showing posts with label server. Show all posts
Showing posts with label server. Show all posts

Wednesday, January 17, 2007

Microsoft SQL Native Client cannot be found

Cuando estas instalando SQL Server 2005 Express Edition, puede que recibas el siguiente mensaje de error:

An installation package for the product Microsoft SQL Native Client cannot be found. Try the installation again using a valid copy of the installation package 'Sqlncli.msi'.

Lo que sucede es que una instalación existente del SQL Native Client produce una falla en la instalacion del SQL Server 2005 Express Edition.

La solución es desintalar el actual SQL Native Client en tu PC usando Add and Remove Programs y volver a ejecutar el SQL Server 2005 Express Edition.

Thursday, January 11, 2007

Installing MSDE 2000

Cuando tratas de instalar el Microsoft SQL Server Desktop Engine, no solo basta hacerle click al setup.exe

Es necesario que ejecutes el Command Prompt. Cambiar al directorio de instalación de tu MSDE. Y tipear setup SAPWD=yourpassword.

Es decir, debes proveer el password para el usuario SA de tu futuro MSDE.