Re: SQL Server Native Client is not supported on the current processor
- From: "Aaron Bertrand [SQL Server MVP]" <ten.xoc@xxxxxxxxxxxxxx>
- Date: Sun, 15 Jun 2008 23:50:28 -0400
Do you mean you installed SQL Server + components, then after it was
installed, you ran the native client setup separately? If so, where did you
get the native client setup file, and why do you need to install it
separately? (Client connectivity components should have been installed as a
part of setup.)
If SQL Server is now installed, you can tell if it is 32 bit or not in at
least two ways:
1) if it is the only instance on the server, you will find a sqlservr.exe
somewhere under C:\Program Files (x86)\ for 32-bit, or C:\Program Files\ for
64-bit.
2) when you connect to the instance using Management Studio, you can tell
whether it is 32-bit or 64-bit by using SELECT @@VERSION; for 32-bit, this
will contain X86, otherwise X64.
A
On 6/15/08 7:55 PM, in article
3FC69A6D-3482-42C4-A634-FE4AD538FA41@xxxxxxxxxxxxx, "soccerwiz13"
<soccerwiz13@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I meant SQL Server 2005.
"soccerwiz13" wrote:
I'm trying to install SQL Server 2008 on Windows Server 2008 x64 bit. I
installed the components, but when I try to install the native client, I get
the error message "This Microsoft SQL Server Native Client package is not
supported on the current processor type." I have a quad-core processor. I
am installing SQL Server 2005 Standard Edition, but I'm not sure if it is 32
bit or 64 bit. It came with the Microsoft Action Subscription pack, and
doesn't list whether it is the 64 or 32 bit version.
Is there a way I can tell whether I have the 32 bit or 64 bit version?
Also, do I need to install WOW64 on SQL server 2008 in order to get it to
work?
.
- Follow-Ups:
- Re: SQL Server Native Client is not supported on the current proce
- From: soccerwiz13
- Re: SQL Server Native Client is not supported on the current proce
- Prev by Date: Re: specifying drive locations during SQL 2005 installation
- Next by Date: Re: Connecting to new SQL Server - database engine no local server
- Previous by thread: Re: specifying drive locations during SQL 2005 installation
- Next by thread: Re: SQL Server Native Client is not supported on the current proce
- Index(es):
Relevant Pages
|
Loading