How to know whether the sqlserver is 32 bit or 64 bit

  • Hi All. Could any one please tell me how do i know whether the installed sqlserver2005 is 32bit or 64bit? And can 64bit sqlserver2005 be installed in a 32 bit O.S.

  • After executing Exec XP_MSver you will get 20 rows in result

    Checkbelow X86 that means it is 32 bit or if it show X64 then it is 64 bit.

    PlatformNT INTEL X86

    Comments NT INTEL X86

  • Thanks sir. Actually (Intel X86) comes using @@version also but i was not knowing that it means 32bit thanks a lot.

  • select serverproperty('edition')

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Perry Whittle (2/17/2009)


    select serverproperty('edition')

    'edition' only seems to return eg "Enterprise Edition", nothing about processor. Though I don't have 64-bit to see if that's any different.

  • Please tell me can i install 64 bit SQLserver2005 on 32 bit operating system

  • No Ritesh it is not possible. Vice-Versa is possible!

    Regards,
    Sakthi
    My Blog -> http://www.sqlserverdba.co.cc

  • Ewan Hampson (2/18/2009)


    Perry Whittle (2/17/2009)


    select serverproperty('edition')

    'edition' only seems to return eg "Enterprise Edition", nothing about processor. Though I don't have 64-bit to see if that's any different.

    run it on a 64bit machine 😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • u can find it in Control panel add/remove program files

  • You do realise that this thread is nearly a year old 😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 10 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic. Login to reply