| | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: 07/09/2008 2:20:16 PM Posts: 436, Visits: 944 |
| We're upgrading to SQL Server 2005 and when the Network Administrator asked us if we wanted 64bit editions of windows and SQL Server 2005 versus the 32bit versions, and there was no price difference we said sure.
However, I stumbled across an article that makes me wonder if that was a smart idea. Should I be worried? or does the 64bit edition of SQL Server just utilize the 64bit architecure for better performance while everything else (databases, stored procedures, views, etc) stay the same? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 4:50:35 PM Posts: 4,796, Visits: 4,766 |
| | You probably do no want to use 64-bit. It may in many cases slow things down. If you have a high number of long data type operations, then 64-bit is the platform for you. But if integer is pretty much where you live, then it will take twice as many operations on a 64-bit platform than it would on a 32-bit platform. Additionally, you are going to fight one version and driver issue after another. Once you finally get it working the frustrations should go down, but I do not recommend 64-bit OSs or environments unless you know that you have a need for the long register calculations. If you want a pleasant life and experience then go with the 32-bit version |
| | | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: 07/09/2008 2:20:16 PM Posts: 436, Visits: 944 |
| Ok....
What about running 32bit apps on 64bit windows? Same advice? |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 8:44:10 AM Posts: 809, Visits: 11,676 |
| | Hi Trent. Do you mean to avoid even the 64-bit processors? It's getting hard to find the 32 bits ones. Is it alright if I install only 32-bit applications on it? I think we just started a new server in the wrong way here, then. |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 4:50:35 PM Posts: 4,796, Visits: 4,766 |
| What about running 32bit apps on 64bit windows? Same advice? This is going to be the root of your problems. You are better off running a 32-bit OS and any subsequent applications. Do you mean to avoid even the 64-bit processors? It's getting hard to find the 32 bits ones. I am saying it is best to avoid 64-bit Operating Systems...this is where you generally have all of the issues. If you are using AMD then most of their processors support either platform. s it alright if I install only 32-bit applications on it? Unless you have a specific need for a 64-bit OS and environment, you are better off going 32-bit. Most times people think of 64-bit and assume it will be bigger, better, and faster. This is not always the case...one thing is for sure...it will consume more resources, take longer to setup, and be a frustrating experience when loading most applications . Don't get me wrong, there is DEFINITELY a need for a 64-bit environment, but many times it is implemented when it is not necessary. |
| | | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: 07/09/2008 2:20:16 PM Posts: 436, Visits: 944 |
| | Thanks Trent. Guess I have some research/thinkin' to do. |
| |
|
|