如何知道安裝的sql server 2008 是32位元,還是64位元?
-
2010年12月13日 上午 08:40
我安裝SQL Server 2008 Standard (for SBS) and SQL Server 2008 Enterprise
在server 2008 r2,如何知道這是32bit還是64bit的呢?
所有回覆
-
2010年12月13日 下午 02:20Run 'select @@version' or look at sql server properties in ssms.
-
2010年12月14日 上午 03:24
If it is X64
u cannot install it X32
If it is X32
it can install it under X64
But u can see the process of SQL is *32 in Process Viewer
:D
MCPD .Net, CCNP Love programming, but not an IT Guy Haha! :D -
2010年12月14日 上午 04:10x86 programs can run on x64 machines.