|
|
|
|
||||||
| ms.sqlserver.setup Questions about SQL Server. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I feel stupid for asking but how can you recognize with version (x64 or x32)
you are using? I have a windows server 2003 x64 and sql 2005 x64 standard should be installed on it. Our supllier did this but i suspect itis the 32 bit version. It is in program files instead of program files (x86). Any way of knowing for sure? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
SELECT @@VERSION
You will find the answer in parenthesis following SQL Server version. U¿ytkownik "Jeroen van den Bosch" <JeroenvandenBosch@discussions.microsoft.com> napisa³ w wiadomo¶ci news:2AD886E9-1363-4EF7-B21A-EF19515F9289@microsoft.com... >I feel stupid for asking but how can you recognize with version (x64 or >x32) > you are using? > > I have a windows server 2003 x64 and sql 2005 x64 standard should be > installed on it. Our supllier did this but i suspect itis the 32 bit > version. > It is in program files instead of program files (x86). Any way of knowing > for > sure? |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
I see your reply and think 'I should have known this'. Thanks for your prompt
and full reply. "Pawel Potasinski" wrote: > SELECT @@VERSION > > You will find the answer in parenthesis following SQL Server version. > > U¿ytkownik "Jeroen van den Bosch" > <JeroenvandenBosch@discussions.microsoft.com> napisa³ w wiadomo¶ci > news:2AD886E9-1363-4EF7-B21A-EF19515F9289@microsoft.com... > >I feel stupid for asking but how can you recognize with version (x64 or > >x32) > > you are using? > > > > I have a windows server 2003 x64 and sql 2005 x64 standard should be > > installed on it. Our supllier did this but i suspect itis the 32 bit > > version. > > It is in program files instead of program files (x86). Any way of knowing > > for > > sure? > > > |
|
![]() |
| Outils de la discussion | |
|
|