Installing SQL Server on 64bit Vista – The Native Client Got Restless
Saturday, January 31 2009 - sql-server, vista, 64bit
Sometimes things go amiss. Sometimes they work out. And sometimes we have no idea why things end up where they do. Today I was installing SQL Server 2005 developer edition on a Vista 64bit PC. I’ve done this dozens of times between 32bit and 64 bit OS’s, including Vista 64bit so there was nothing new here for me. But that did not stop the wild and wacky stuff form happening to the installation.
I ran across this issue where during the installation of SQL Server is failed to install the Database server and the tools (pretty much the keys of what I needed) due to a problem with the SQL Native Client. The error was:
"And installation package for the product Microsoft Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli_x64.msi"
Now, I was installing the 64 bit OS version of SQL Server … and heck, I am human, so I even double and triple checked that. A quick google search found a few issues people have run into similar to mine. The short version of the story is that Visual Studio installed a version of SQL Native Client on my PC that SQL Server did not like. So I had to go into Add/Remove programs and remove SQL Native Client. Then I tried installing the 64bit SQL Server 2005 Developer edition and everything worked.
5 comment(s)
Many thanks... it's ridiculous that blogs such as yours show up before Microsoft's support pages in search results... you're one of a many bloggers doing MS's support job for them. I sure appreciate it, though.
-Jud
Thanks. Saved me from searching!!
I appreciate you taking the time to post that.
Greg
Hoo Haa!!! Thanks a million.
Thank you. I should find your blog earlier, it won't take me a lot of time to install SQL Server 2008






Thanks!