Home All Groups Group Topic Archive Search About

Finding if SQL is 32-bit or 64-bit.

Author
3 Aug 2006 3:23 PM
Matthew
I know that Select @@Version works, but is there a better more reliable
way to tell if its x64 or x86 that i don't have to parse the string.

Author
3 Aug 2006 10:33 PM
Anith Sen
One option is to use the extended procedure master..xp_msver.

--
Anith

AddThis Social Bookmark Button