Other News

Community

Informix DBA: Every last drop

(Lester Knutsen) Database performance tuning is a constant challenge, especially when you don’t have the latest and greatest hardware. You have to squeeze every drop of performance out of the systems you have. Getting the best performance out of limited resources was the theme of our most recent Fas

Editorials

Covering Index vs. Indexed View

Covering Index vs. Indexed View A covering index and an Indexed View are two different techniques for solving the same problem; performance needed when retrieving data from an table or view that has too much overhead for retrieving a subset of the possible data. Both techniques operate as a virtual table if they contain the necessary data required by queries. […]

Uncategorized

War Story Rewind

2012 Topics Survey Here is your opportunity to help determine SSWUG courses for 2012. Click Here to take an online survey. It’s quick, easy, and you will be eligible for some pretty cool free stuff. War Story Our War Story newsletter didn’t distribute well yesterday. If this is a duplicate for some of you, my apologies. I’m not sure how […]

Community

XML Parsing in soapUI

(Robert Nemet) Since soapUI allows users to add Groovy scripts in large number of places ( property expansions, setup /teardown scripts, listeners, test step, etc… ) users can use any technology to reach to the goal. Lets look at those which can make our life easier when it comes to XML parsing.