Author: SSWUG Research

Community

Creating LINQ-Enabled Frameworks

(Chris Eargle) Many developers use LINQ without fully realizing the power at their fingertips. The features of the language enable queries of in-memory collections or external data sources, and Microsoft has extended those queries to events and other observable sources via Reactive Extensions (Rx).

Community

Security Questions: Server Role Tips

(Jason Strate) As I mentioned in the introductory post, during the Introduction to SQL Server Security session for Pragmatic Work’s Training on the T’s, I received a large number of questions that there wasn’t time to answer. Instead of just a re-cap of all of the questions, instead I’ve opted to p

Community

Practical SQL: OLAP, Part 2

(Joe Pluta) In my previous OLAP article, I used the OLAP function ROW_NUMBER to provide the concept of "next record" that we take for granted in RPG’s native access (contrast RPG’s native ISAM access with SQL’s relational access). In this article, I’ll show you the magic of GROUPING SETS and how the

Community

(Updated) NoSQL and JSON with DB2

(Henrik Loeser) You may have heard that DB2 10.5, which recently became available, includes a technology preview “DB2 NoSQL JSON”. JSON is the JavaScript Object Notation. The important stuff for JSON in DB2 can be found in the sqllib/json directory. Once I added the “lib” directory to the Java CLASS