(mdinh) CRS and Cluster, what’s the difference and which one should I use for start and stop?
Author: SSWUG Research
Five Number Summary
(Scott Noyes) From Freenode: how do you generate a five number summary in MySQL? There is no “median” aggregate function built in. You could do some clever things involving self joins or temporary tables, or build an aggregate UDF – see the comments section in the manual for those approaches.
Tiny Test – An Exploration Of Unit Testing In ColdFusion
(Ben Nadel) I am not good at unit testing my code. I’ve played around a little bit with MXUnit (for ColdFusion) and Jasmine (for JavaScript); but, I’ve not really committed to using unit testing within my professional workflow.
WPF Layout Controls – Viewbox
(Richard Carr) The eleventh part of the Windows Presentation Foundation Fundamentals tutorial continues the examination of the WPF layout controls. This instalment looks at the Viewbox control, which automatically resizes its contents to fit the available area.
How to set a SQL database in Microsoft SQL Server to offline
After moving a database to a new server (via backup and restore utilities built into Microsoft SQL Server) I wanted to take the copy on the old server offline to ensure when testing the move I was only accessing the new database but due to my limited (but growing) knowledge I had no idea how to take
Quick Tip: Where’s my SQL Server Job History?
(Jen McCown) Here’s a quick mystery. You have a SQL Server with several jobs that appear to be running properly and on schedule, but many of them show no history. You look around, and there doesn’t seem to be a nightly job history purge (you’re looking for something with “sp_purge_jobhistory“). So
Faster, Better DOM manipulation with Dommy and ClojureScript
Last year, we migrated our web development to ClojureScript and haven’t looked back. Over the last few months, we’ve been building out dommy, a ClojureScript library for DOM templating and manipulation.
Get All Modules Used by Process in C#
(Kailash Chandra Behera) A process may use one or more modules. A module is either an .exe or a .dll file. By using the windows Task Manager, you can see a list of all the processes that are currently running on the computer on the “Process” tab.
Extending aggregation and collection of messages in WebSphere Message Broker
(Peter Broadhurst and Patrick Marie) This article shows you how to use WebSphere Message Broker message aggregation and collection to manage batch processing according to dynamic rules.
Usage Lists – Big Brother is watching, but only where he is looking
(Philip) From my holiday reading and from watching the most excellent DB2 Night Show and specifically an episode that was done a while back by Iqbal Goralwalla of Triton Consulting (@iqbalgoralwalla) on “DB2 LUW 10.1 Cool Features No One is Talking About” I have come across Usage Lists for tables an
