|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Saturday, May 11, 2013 8:32 PM
Points: 172,
Visits: 476
|
|
|
|
|
|
SSCrazy Eights
        
Group: Moderators
Last Login: Tuesday, April 09, 2013 12:53 PM
Points: 8,357,
Visits: 684
|
|
Just purchased a 64bit intel processor and plan to test SQL on it to see if I can tell a difference. But other than memory support I don't see much (at least for me) at this time. I do like the point you make about it may compensate for bad coding but that is the way it has always been. mask the issue with a more powerful solution instead of fixing the root cause. Eventually 64bit will get out-classed by the level of poor work done and we'll move on again.
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, December 07, 2012 6:43 AM
Points: 49,
Visits: 94
|
|
Interesting read. I am quite agnostic in terms of SQL Server and Oracle - both serve their purpose. Cost wise SQL Server hands down. Oracle for high-end performance.
In terms of 64-bit - I disagree with some of the points though. Increased memory will not compensate for lack of index functionality choice (i.e. Bitmap indexes, joins etc) nor partitioning at a transparent table level (as in Oracle with RANGE partitioning). Until SQL Server has that they will lose the large scale 200GB+ warehouse discussion - IMHO
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 10:43 AM
Points: 287,
Visits: 213
|
|
As much as I love SQL Server it has dropped in the TPC scores since that MS article was published in 2003. SQL Server 2005 is in the top 10 in all areas except the 10TB TPC-H (ad-hoc/decision support) and only holds the #1 position in the 100GB TPC-H.
It is possible that the hardware used for the tests is the primary factor but I haven't looked into it in a lot of detail. I would like to see comparisons of the top DBMS platforms running on the same hardware.
Bryant E. Byrd, BSSE MCDBA MCAD Business Intelligence Administrator MSBI Administration Blog
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Monday, April 29, 2013 10:28 AM
Points: 46,
Visits: 262
|
|
This article as well as other articles on the topic specifically speak about Itanium processor. I would like to know if one can expect similar behavior on an Opteron machine.
I also have a question for the guys who have a 64 bits SQL and need to run ssis packages that pull data from Oracle 8 or 9i using either oledb for oracle or ado.net oracle data providers. Did anyone get this to work and how?
Thanks, Philippe
BI Guy
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Wednesday, October 13, 2010 4:00 AM
Points: 27,
Visits: 153
|
|
Download and install the oracle 64 bit driver (v10.2.0 i think) onto your sql server machine. On your client machine\workstation install the Oracle 10g 32 bit driver (v10.2.0) This will work as we have a dev team that connects to oracle and pulls it to Sql Server. Don't use the Oracle 9i drivers as SSIS BIDS enviroment does not like them
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, February 12, 2009 11:47 AM
Points: 1,
Visits: 18
|
|
| I just read the article. Wow he should work for MS. I currently run both SQL server 2005 64bit EE in a cluster and Oracle 10g RAC on Solaris. SQL Server can't hold a candle to Oracle.
|
|
|
|