NEWSLETTER ARCHIVES
Home  > Newsletter Archives
Enter Date (mm/dd/yyyy):


SSWUG.ORG: Database answers, help and community support
  http://www.sswug.org  
Your Database/BI/IT Tech News  
for Friday, February 3, 2012  
Does Intel Set the Nail in the Itanium Coffin?

Does Intel Set the Nail in the Itanium Coffin?
Intel recently released a pdf white paper targeting management with benchmarks regarding the Intel E7 chip family performance. Based on their benchmarks, the E7 is now performing well enough to compete with the RISC predecessor allowing customers a broader range of hardware and vendors.

Intel states

“Deploying Microsoft SQL Server* 2008 R2 on servers based on the Intel® Xeon® processor E7 family has become an increasingly popular choice for mission-critical enterprise applications. Migrating from proprietary databases on RISC*-based hardware can dramatically reduce TCO while delivering comparable performance and scalability, as well as leading edge availability and data protection features. Those advantages are now being compounded further with the introduction of SQL Server 2012.”

I can agree with much of the Intel spin. As we published months back, most software vendors such as Oracle and Microsoft no longer support the Itanium processor. It seems that Intel has put together an environment where SQL Server handles a large OLTP transaction load. As I read the details it turns out they used a large amount of Solid State Disk to get their benchmarks. Frankly, any processor will perform much better with this kind of disk.

The statement I find the most amusing is, “Migrating from legacy proprietary architectures such as RISC to open, standards-based ones based on SQL Server and Intel Xeon processors offers substantial advantages.”

I agree that there are many advantages for this migration. But calling Microsoft SQL Server and the Intel E7 an open standard baffles me. Intel controls both the Itanium and the E7 products, so they are equally open. SQL Server has never been an open product.

Ok, I’m picking on their copywriter. There are compelling reasons to move off the Itanium that is not news to anyone. Intel says, “The flexibility and cost-effectiveness are compelling enough that they have generated widespread interest in the past several years, culminating in a growing exodus away from RISC-based databases.”

Wouldn’t you say people are moving away because their software is stuck at the last release from years ago? Hardware vendors (HP) are moving away because there is no software for the Itanium. Software vendors are moving away to reduce costs. Intel is moving away because the Itanium is dead. It may be a superior chip…but if you can’t get software for it, it can do a lot of nothing really fast.

Enough banging on Intel spin. There really isn’t any news here. The question is, what are you guys going to do with your Itanium hardware? Are you still going to consider migrating to other software platforms such as Informix or DB2? Based on this kind of encouragement from Intel, does that change your strategy?

Drop me a note with your thoughts at btaylor@sswug.org.

Cheers,

Ben  




Featured Article(s)
Avoiding Bachelor Programming Syndrome
Unless you plan for, and issue regular COMMITs in your DB2 batch programs, you will cause locking problems for your DB2 environment.

Featured White Paper(s)
THE SQL SERVER SECURITY THREAT — IT’S CLOSER THAN YOU THINK
Written by: Kevin Beaver Kevin Beaver, CISSP, is an independent information security consultant, author, expert witness an... (read more)  



See you online!

Watch The Latest SSWUGtv

SSWUGtv: Eric Johnson and Stephen Wynkoop on the show today talking SSIS, also the news of the week ...
SSWUG TV - Interviews with DotCloud's CEO Solomon Hykes and IT Career Coach Laura Rose. We also have...
SSWUG TV - Interviews with SolidQ Mentor Randy Dyess and EnterpriseDB's CEO Ed Boyajian. We also hav...
Join Us Online
Join us on facebook  Join us on twitter






Today's Articles
Note: 'Guest' articles below will be available for seven days to registered guests.

SQL Server Topics
 
 
Latest Resources
 
SQL Server Database Corruption Part II: Simulating Corruption [Summary]
 
Moving data to compute or compute to data? That is the Big Data question [Summary]
 
How to delete a particular row from a table in SQL. [Summary]
 
Analysis Services Thread Pool Changes in SQL Server 2012 [Summary]
 
Guest/Open Access Resources [?]
 
Basic T-SQL Statements - create database and table
 
Scheduling SSIS Package in SQL Server
 
Not All Data Compression Is Created Equal


Sharepoint Topics
 
 
Latest Resources
 
Retroactive Governance for SharePoint [Summary]


Developer Topics
 
 
Latest Resources
 
User friendly CAPTCHA for Asp.Net MVC [Summary]
 
Writing ASP.NET MVC bootstrapper with AutoBox [Summary]
 
Implementing IComparer [Summary]
 
Integrating with the .NET Framework UI Controls [Summary]
 
Guest/Open Access Resources [?]
 
JQuery/JSON multi-select combo box (drop down list) control
 
Calling ASP.NET MVC Action Methods from JavaScript
 
Experimenting With The Bracket Operator On JavaScript Objects


Oracle Topics
 
 
Latest Resources
 
Setting Up Oracle Connection Manager (without SOURCE_ROUTE)  [Summary]
 
Data Control and Session Scope Use Case to Control Web Browser Tabs [Summary]
 
isValid, isSimple, Dimension and CoordDim methods for SDO_Geometry [Summary]
 
Guest/Open Access Resources [?]
 
Is anyone actually using this database? - How to tell whether or not you can delete an old database
 
Getting all the instance parameters
 
RESTful SQL Query Service using XML SQL Utility (XSU) API


XML Topics
 
 
Latest Resources
 
Scalable Vector Graphics in HTML5 [Summary]
 
XMLQuery: The document that never was and the intermediate step error  [Summary]
 
A XML Web Service That Exposes The Default Table From Sql Server Data Base [Summary]
 
Guest/Open Access Resources [?]
 
XML Schema development approaches
 
What is the XML DOM
 
Check if a string is null or empty in XSLT


DB2 Topics
 
 
Latest Resources
 
Avoiding Bachelor Programming Syndrome [Summary]
 
System versus SQL name - Part 1 [Summary]
 
Analyzing Deadlocks ? the new way [Summary]
 
Guest/Open Access Resources [?]
 
Installing Python, Django, and DB2 on Ubuntu 11.04
 
Troubleshooting WebSphere Process Server projects, Part 1: Integrating LDAP systems for authentication and authorization
 
DNSULI Module is a Time-Saver

 
Summaries

Avoiding Bachelor Programming Syndrome
 Unless you plan for, and issue regular COMMITs in your DB2 batch programs, you will cause locking problems for your DB2 envir... [more]
[Click Here to Read More...] [TOP]

SQL Server Database Corruption Part II: Simulating Corruption
 (Michael K. Campbell) In my last post I provided an overview of what SQL Server database corruption is ? and how it?s almost ... [more]
[Click Here to Read More...] [TOP]

Moving data to compute or compute to data? That is the Big Data question
 (Denny Lee) Dorky attempts at geek Shakespere aside; as the volume, complexity, and variability of your data systems increase... [more]
[Click Here to Read More...] [TOP]

How to delete a particular row from a table in SQL.
 (Anil) After such a long time , I would like to post some another blog which might be helpful to the one who works in SQL.
[Click Here to Read More...] [TOP]

Analysis Services Thread Pool Changes in SQL Server 2012
 (Wayne Robertson) As part of the SQL Server 2012 release several changes were made to Analysis Services that should alleviate... [more]
[Click Here to Read More...] [TOP]

Retroactive Governance for SharePoint
 (Dan) You won?t have to try too hard to imagine this scenario: you installed an application for a specific department to solv... [more]
[Click Here to Read More...] [TOP]

User friendly CAPTCHA for Asp.Net MVC
 (Stefan) In this post I will show you how to add CAPTCHA functionality to a html form in an Asp.Net MVC 4 project. My goal is... [more]
[Click Here to Read More...] [TOP]

Writing ASP.NET MVC bootstrapper with AutoBox
 (mehfuzh) This will post will show how you can use AutoBox to easily write a bootstrapper for ASP.NET MVC. I have used the la... [more]
[Click Here to Read More...] [TOP]

Implementing IComparer
 (Richard Carr) The generic IComparer interface was introduced with the .NET framework version 2.0. It is used to compare t... [more]
[Click Here to Read More...] [TOP]

Integrating with the .NET Framework UI Controls
 (Peter Vogel) The .NET Framework team obviously assumes you'll build your applications and the classes that make up your appl... [more]
[Click Here to Read More...] [TOP]

Setting Up Oracle Connection Manager (without SOURCE_ROUTE)
 (Martin Berger) This post must be seen as a direct follow up to Arup Nandas Setting Up Oracle Connection Manager.
[Click Here to Read More...] [TOP]

Data Control and Session Scope Use Case to Control Web Browser Tabs
 (Andrejus Baranovskis) Sometimes there are unique requirements, for example we want to allow access to application screens on... [more]
[Click Here to Read More...] [TOP]

isValid, isSimple, Dimension and CoordDim methods for SDO_Geometry
 (Simon Greener) This article describes the exposure of the IsValid, IsSimple, Dimension and CoordDim Jts and Jaspa methods fo... [more]
[Click Here to Read More...] [TOP]

Scalable Vector Graphics in HTML5
 (Jeremy J. Wischusen) Scalable Vector Graphics (SVG) are part of the vector family of graphics. They have several benefits ov... [more]
[Click Here to Read More...] [TOP]

XMLQuery: The document that never was and the intermediate step error
 (Henrik Loeser) Recently I got a help request by email stating that a snippet of SQL code didn't work. There wasn't much deta... [more]
[Click Here to Read More...] [TOP]

A XML Web Service That Exposes The Default Table From Sql Server Data Base
 (Akshay Teotia) In this article I am going to make a XML Web service that exposes the Default table from a SQL Server databas... [more]
[Click Here to Read More...] [TOP]

System versus SQL name - Part 1
 (Birgitta Hauser) When executing SQL statements you can run them either using System or SQL Naming. The System Naming convent... [more]
[Click Here to Read More...] [TOP]

Analyzing Deadlocks ? the new way
 (Ember Crooks) So you can still use the old way, and if you want to avoid event monitors that write to tables, that?s still t... [more]
[Click Here to Read More...] [TOP]


Guest Articles [Top]

The article listings denoted as GUEST are random archive articles. Those articles are always available to dues-paying members, but are also available to guest newsletter subscribers for a period of 7 days from the release of this newsletter. Each newsletter features a new set of archive articles for each of the topics.

It's our hope that when you see the quality and range of articles in the archives, you'll see what a great value your SSWUG dues-paying membership really is.

Click Here to Activate Membership Today - it only takes a minute.



Home  |  Media  |  Forum  |  Articles  |  Scripts  |  FAQ's  |  List Server  |  Whitepapers  |  Products  |  Editorials  |  Original Content Newsletters  |  Upcoming Events  |  News  |  About Us  |  Jobs  |  Privacy  |  Terms of Service  |  Contact Us
© 2012 Bits on the Wire, Inc. All Rights Reserved.