Author: SSWUG Research

Community

Partitioning Tips

By Itzik Ben-Gan – Here are some tips about using partitioned views, including how to circumvent the limitation on inserting data into tables through a partitioned view, and problems with using constants in the partitioning criteria.

Community

Conditional Execution

by Bob DuCharme – Most programming languages provide some means of conditional execution, which allows a program to execute an instruction or block of instructions only if a particular condition is true. Many programming languages do this with if statements; the XSLT equivalent is the xsl:if instruc

Community

XMLBeans

by Hitesh Seth – Recently, BEA released a beta of XMLBeans, an XML token stream-based technology that provides easy navigation of XML documents using a combination of interfaces – Java types (which have been mapped to the relevant XML Schema-based types) and native XML cursor- or XQuery-based access