(Peter Vogel) I know that Windows Forms are considered old fashioned, but I’ve got clients with applications that still use them. As I noted in my previous tip, I recently had to support letting the user sort by any column in a grid.
Author: SSWUG Research
Recover table from RMAN in 12c
(John Hallas) When I read the list of 12c new features the one that interested me immediately was the ability to be able to recover a table from an RMAN backup. This seemed to be quite challenging as RMAN is an image copy of blocks and a table is normally copied using a logical Datapump export.
XML processing in shell.
(Peter Butkovic) Q: Have you ever been struggling with xml processing in shell?
Simple jQuery Loader appear with every AJAX request and disappear after AJAX response
A simple implementation of loader pop-up which appear whenever send AJAX request through jQuery and disappear when we get the response from server.
SSIS – Massive Scaling & Parallelism
(Chris) If you have a very large set of data or lots of files that you want to move every night, say because of thousands of flat files or terabytes and terabytes of data, having SSIS on one server just churning away most likely isn’t going to give you the performance you need.
Unexpected truncation in FETCH
(Kenneth Fisher) Yes I’m talking about FETCH as in a cursor, yes everyone hates cursors. But you know cursors are like anything else. It’s good to know everything you can and they do have their place. In fact there are two very specific places that I see cursors.
What is a SQL Server Agent Proxy Principal?
(David Dye) If you examine the SQL Server Agent Proxy window you will notice a separate window where “Principal’s” can be assigned. The question comes up “”What exactly is a proxy principal anyway?”
Integrating Curam applications with legacy systems using WebSphere Message Broker
(Jayanta Ranjan Das) Part of the IBM Smarter Planet initiative, Curam Social Enterprise Management software provides enterprise solutions for workforce services and social security. This article shows you how to integrate Curam with external insurance company and government agency systems using WebS
Smooth Scrolling Effect in JavaScript Using jQuery
(Arpit Jain) In this article, we will create a website with a smooth scrolling effect. It is currently very popular. It is also called a Parallax Effect. In this article, we will not use a Parallax Effect but we try to mimic its functionality without using any plug-ins.
MySQL 5.7: SQL functions for JSON
(Ulf Wendel) For decades MySQL has considered BLOB a sink for data junk that didn’t fit the strictly typed SQL bill. As the outside world began voting for JavaScript, JSON and key-value/key-document stores, TEXT/BLOB was rediscovered as the only way to store JSON inside MySQL.