Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
morrisos
Starting Member
10 Posts |
Posted - 2009-08-26 : 12:38:34
|
I need to deploy another prd sql 2005 box. The primary app db for this box is 32-bit. I am wondering if there is any gain to using 64-bit Server 2003 while running 32-bit SQL Server?I know I could use Server 2003 EE with AWE enabled on SQL. Is this the better option?Thanks. |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2009-08-26 : 13:55:43
|
why not just install 64x SQL Server? |
 |
|
morrisos
Starting Member
10 Posts |
Posted - 2009-08-26 : 14:29:27
|
Well, I wasn't sure whether running this 32-bit db on 64-bit sql is a supported config. So you are saying that 64-bit SQL will run 32-bit and 64-bit app db's? |
 |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2009-08-26 : 14:36:17
|
yep. no difference in file structure. you can either detach/attach or restore a backup to the 64 bit version from 32. |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-08-26 : 19:11:53
|
You should install 64-bit SQL Server in 64-bit Server. Otherwise there is no point in 64-bit server. I mean Memory advantages and etc. |
 |
|
morrisos
Starting Member
10 Posts |
Posted - 2009-08-27 : 09:15:44
|
Thanks for the good info. |
 |
|
|
|
|