(Tony Darnell) If you have used MySQL for a while, you have probably used mysqldump to backup your database. In part one of this blog, I am going to show you how to create a simple full and partial backup using mysqldump.
Author: SSWUG Research
jQueryUI draggable and resizable with knockout.js
(m_kramar) Situation: viewModel is rendered on the client using knockout.js; part of the model is a collection of resizable and draggable divs.
A quick introduction to dbms_pipe
(Jay Stanley) One thing about working with PL/SQL is the fact that it runs inside the database (Oracle Forms nonwithstanding), rather than in a normal OS process. This means that any interaction with the database server OS itself isn’t easily possible. You can create a library in ‘C’ and call that f
WPF Base Classes – UIElement – Visibility and Status
(Richard Carr) The twenty-second part of the Windows Presentation Foundation Fundamentals tutorial looks further at the UIElement type, which is a base class of WPF layout controls, as well as other WPF controls. This article describes visibility and status properties.
SSWUGtv News: Urine batteries, Talking Cars, and Spamming the NSA today!
Video Programming for IT Professionals
Use the Enum Object to Manipulate Enumerated Values
(Peter Vogel) When it comes to writing Really Obvious Code, Enums are a tremendously easy way to make your code understandable. In the bad old days, when working on someone else’s program I’d be forced to decode code like this:
What is Focus on Content in SharePoint Online 2013?
(Alexandru Dionisie) In SharePoint Online 2013, in the Promoted Actions toolbar among Share, Follow, Edit, Sync commands, there is another command called Focus on Content.
Optimizing RUNSTATS in DB2 for Linux, UNIX, and Windows: Troubleshooting index fragmentation
(Kwai Wong) Accurate database statistics allow the DB2 query optimizer to determine efficient access plans. Whether you manage statistics collection yourself or use DB2’s automatic statistics collection facility, a slow RUNSTATS can be a problem. In this article, you will learn how to assess if inde
Researching ADF 12c Connection Threshold Property Functionality
(Andrejus Baranovskis) ADF 12c developer guide describes new ADF BC tuning property – Disconnect Application Module Upon Reaching Maximum Connection Threshold (jbo.ampool.connection_threshold). I was doing a bit of research around this property and testing how it works.
Resolving Error: master and slave have equal MySQL server UUIDs
(Chris Calender) If you’ve run into the following error, then there area couple quick fixes:

