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 |
crash354
Starting Member
1 Post |
Posted - 2009-08-21 : 15:57:15
|
I have a thrid party app that claims they have had problems with the SQL 2008 64 bit database engine so they will not support it. Has anyone tried to install 32bit SQL on 64 bit Windows? I am pretty sure there is no option to downgrade a current installation of SQL to 32 bit is there?Thanks in advance. LD |
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2009-08-22 : 05:44:52
|
I might be wrong, but we run a 64bit server and the only version of sql that runs on it is express.what is the problem or error message ? |
 |
|
dinakar
Master Smack Fu Yak Hacker
2507 Posts |
Posted - 2009-08-22 : 12:20:22
|
There is no "downgrade" option but you can uninstall the x64 bits and install the x86 bits. It will run in WOW mode. But it will be a huge setback if you have more than 4 GB RAM on the system where the x64 version outperforms the x86.Dinakar Nethi************************Life is short. Enjoy it.************************http://weblogs.sqlteam.com/dinakar/ |
 |
|
|
|
|