(Paresh Prajapati) You know very well about CTE and also I wrote about the MAXRECURSION option with CTE when we have hierarchy depth level grater than 100 and due to that error is raised in previous post. So we need to define MAXRECURSION 0 option there.
Other News
Just-In-Time Throttler and Dispatcher for WebSphere ESB
(Patrick Marie) This article describes the Just-In-Time Throttler and Dispatcher for WebSphere ESB, which enables requests to service providers emitted from WebSphere ESB to be dispatched between several endpoints implementing the same logical service, while controlling the number of concurrent requ
Composition or Inheritance Followup
Composition or Inheritance Followup Some of the responses from the editorial yesterday really help clarify the question of when to use Composition or Inheritance. Here are a few of the responses I received yesterday. Ed: I found your brief discussion of inheritance vs composition really interesting, but I think it missed two key questions that should govern the decision. 1) […]
Should I Use Composition or Inheritance?
Should I Use Composition or Inheritance? This is a topic with almost as much tension as database normalization. Many people lean toward composition over inheritance. Here is an example of the difference. Class Car extends Engine { var doors; } This design assumes you can’t have a car without an engine, inheriting from the engine class. Another way to handle […]
An IBM webinar on Universal Table Spaces in DB2 10 next week
(Willie Favero) Have you heard? There’s a great webinar on universal table spaces scheduled for next week on Tuesday, July 12, 2011. Oh you have heard.
Kasabi Sees a Business Model In RDF Data
(Jennifer Zaino) What got Talis going on its Linked Data marketplace that launched in public beta in June, dubbed Kasabi? The recognition that there had to be a business model in making RDF data as easy to use as possible – from publishing it to querying it, all in a well-supported and sustainable f
SOAP versus REST
(Roger L. Costello) For years there has been a war raging between those who advocate the use of SOAP for web services versus those who advocate using REST. There has been a lot of misinformation. This paper presents the facts you need to make your own decision.
Useful sed / awk liners for MySQL
(Shlomi Noach) Listing some useful sed / awk liners to use with MySQL. I use these on occasion.
Practical RPG: The Future of RPG
(Joe Pluta) The IBM midrange is unique in that it has always been focused on business programming, with a particular emphasis on the database. The database was so integral a part of the machine that for a very long time it didn’t even have a name.
View Internal CLR Details using the .NET SOS Debugger Extension
(Suprotim Agarwal) SOS is a very useful debugger extension DLL, designed to aid in the debugging of managed programs. In a previous article, I had shown how to Debug .NET 4.0 applications using SOS extension where we had discussed where to download the extensions from and how to use it in your appli
