(Ajith Mohan) In this article you will learn Implementation of Pagination Client Side using JQuery and JavaScript.
Other News
Compare and Sync without Primary Keys
(stewashton) I have written a lot about comparing and synchronizing tables. My examples always had both primary keys and non-key columns, so I could do updates along with inserts and deletes. What about the other tables? Here’s a technique that works for them.
File carving methods for the MySQL DBA
(David Busby) This is a long overdue blog post from London’s 44con Cyber Security conference back in September. A lot of old memories were brought to the front as it were; the one I’m going to cover in this blog post is: file carving.
The DB2Night Show #148: DB2 LUW 10.1/10.5 Certification Crammer Part 1
(Scott) No surprise! 100% of our audience learned something! Mohan and Kent did a great job introducing their new forthcoming DB2 Certification book, plus they taught various topics from the book!
One Line PowerShell Solutions To Common SQL Server DBA Tasks
(Jeffrey Yao) What are the common DBA tasks suitable for SQL Server PowerShell? How can I start to learn about these tasks in SQL Server?
WPF Shapes – Path – PolyBezier Segments
(Richard Carr) The one hundred and thirty-first part of the Windows Presentation Foundation Fundamentals tutorial looks at two types of segment that can be used within Paths. Both generate a continuous path from a series of connected Bézier curves.
JavaScript UI Control Suite using TypeScript
(Shawn Lawsure) Attached is a ‘suite’ of JavaScript UI controls that I developed. The documentation, including how to use them, for each control can be found in each of the .ts files.
AWR Warehouse and SYSDBA
(Kellyn Pot’Vin) I’ve had a few folks ask me a similar question about the AWR Warehouse, occuring numerous times this week.
Reducing VividCortex’s Agent Overhead With Partial Network Capture
(Baron Schwartz) VividCortex now supports partial network capture to reduce load while monitoring MySQL database servers, where a tradeoff between full visibility and monitoring overhead might be desirable. This reduces our already-low overhead and enables higher accuracy in certain circumstances. H
DB2 Administrative SQL Cookbook: Finding Problem SQL in the Package Cache
(Ember Crooks) I wrote a developerWorks article on finding problem SQL in your package cache. But I refine and play with my SQL over time, so I thought I’d share the version I’ve been using recently.