Author: SSWUG Research

Community

Compare tables to find missing rows

(Jen McCown) Let’s talk about the case where you want to compare tables to see what’s missing. We might be comparing a list of orders to an imported set of data in a staging table. Or, we’re identifying customers in the database that aren’t on the call list. Whatever the application, finding out the

Community

XMeLon Schema

(Alejandro Xalabarder) One problem with applications based on XML is that in order to access data contained in files quite often a specific parser has to be developed. Even having tons of libraries and tools that can, for instance, generate a big part of the parser, the required effort is still high

Community

Generating Temporary Download URLs

(Bipin Joshi) Sometimes you need to generate temporary links – URLs that expire after a certain timespan – so that a resource indicated by the link can be accessed only for a specific period. The URL if accessed after the stipulated time window refuses to serve the intended resource. Consider, for e