Friday, February 24, 2012

64 bit or 32?

Is there any scripts or functions that will determine wether your SQL Server
is a 64 bit or 32?
e.g. SELECT @.@.version
TIA.> e.g. SELECT @.@.version
The 32-bit version string will contain (Intel X86) and the 64 bit version
string will contain (Intel IA-64).
--
Hope this helps.
Dan Guzman
SQL Server MVP
"Jon Gonzales" <hardrain@.dbsoft.development.donotspam.com> wrote in message
news:D232EB6B-929B-411B-BD39-D9273A7C2962@.microsoft.com...
> Is there any scripts or functions that will determine wether your SQL
> Server
> is a 64 bit or 32?
> e.g. SELECT @.@.version
> TIA.

No comments:

Post a Comment