How to determine if SQL Server and O/S are 32-Bit or 64-Bit?

  • Interesting thread, and some good info.

    Here's the weird one. What if you have a 32bit VM on a 64bit host. do you want to know the host platform? I'm curious if this ever matters. I don't think so, but I wonder if I'm overlooking something.

  • You can determine what version of OS you are running by looking at

    Start > Programs > Accessories > System Tools > System Information

    [Note: I am running windows server 2008 R2 & it works for me]

    also, for sql server, this works for me select serverproperty('edition')

  • Task manager, in the description for SQL Server gives the bit version

Viewing 3 posts - 16 through 17 (of 17 total)

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