(BI_Buff) One of the common ways the data is exchanged between applications is XML. XML is a data format , which follows the construct below, a XML document typically has Elements,attributes and a root element , all of which defines the structure of the data.
Other News
IOD Dispatch (2) – DB2 9 and 10 for z/OS SQL, and DB2 Connect Set-Up
(Robert Catterall) In this, my second dispatch from the 2011 IBM Information on Demand conference, more items of information from sessions attended.
TechTip: Achieve Memory-Making SQL Performance with DB2 In-Memory Support
(Kent Milligan) More companies are creating and running queries to help their business leaders make better decisions, ones that are based on data facts instead of educated guesses. As users see the business value provided by these reports, it’s only a matter of time before they’ll ask for the report
Playing with ADF Task Flows in OEPE 11.1.1.8
(Edwin Biemond) Oracle released the Oracle Enterprise Pack for Eclipse 11g R1 (11.1.1.8, New October 2011 ) which supports ADF Rich Faces with ADF Task Flow development. To see all the new features you can go this page for all the ADF or Oracle Cloud feature list.
LINQ Outer Joins
One commonly used feature of Language-Integrated Query (LINQ) is the facility to combine two sequences of related data using joins. The standard join operation provides an inner join but with a minor modification can be changed to give a left outer join.
GO – Batch Separator
(Vadivel) GO is not a SQL Statement or SQL Command. It is just a Batch Separator used by SQL Client tools like SQL Server Management Studio, SQL CMD etc.,
Want to improve SQL Server performance? Fine-tune your applications
As you develop SQL Server applications that hundreds of concurrent users will tap into — using databases with up to millions of rows — it is critical that you make those applications as efficient as possible so that the hardware can keep up with the load.
PHP Proxy Patterns: Collections and Classes
(Alejandro Gervasio) In this second part of a three-part tutorial, I add to the existing structure of our sample blog program a host of useful components. These include the classes that handle collections of entities and views, and most importantly, the ones responsible for lazy-loading domain objec
Sequences in FSharp
(Alok Pandey) A sequence represents an ordered series of elements of the same type. Sequences are important when we work with large amounts of data. It is also known as a sequence expression. It is very similar to Lists – except only one element of sequence can be exist in memory at a time. Sequence
Test-driven SQL development
(Shlomi Noach) I’m having a lot of fun writing common_schema, an SQL project which includes views, tables and stored routines.