(Ajith Krishnan) The performance counters exposed by SQL Server are invaluable tools for monitoring various aspects of the instance health. The counter data is exposed as a shared memory object for the windows performance monitoring tools to query. It is also available as a Dynamic Management View (
Author: SSWUG Research
SMUM_XML_PARSE : Upload XML to Internal Table in ABAP
Use function module SMUM_XML_PARSE to parse XML document into a table structure.
Using Bootstrap UI pagination links with jQuery Cycle Plugin
(jbriccetti) jQuery Cycle Plugin is a very popular “slider” widget that’s been around for many years. So long, in fact, that many of my old apps use it. Like, they’re pretty old now.
Diving into Postgres JSON operators and functions
(Craig Kerstiens) Just as PostgreSQL 9.3 was coming out I had a need to take advantage of the JSON datatype and some of the operators and functions within it. The use case was pretty simple, run a query across a variety of databases, then take the results and store them.
A step-by-step procedure to migrate terabytes of database from IBM Balanced Warehouse to IBM Smart Analytics System.
(Mohankumar Saraswatipura) In the current, ever-demanding world, data warehouse environments are continuing to grow exponentially both in terms of data and real-time data processing requirements. To meet these demanding needs, organizations have to make right decisions to move the applications to th
TechTip: Keep DB2 Routines in Synch Across Systems
(Kent Milligan) As more IBM i applications utilize stored procedures and user-defined functions, processes must be put in place to manage these routines just like traditional IBM i program objects. You need to make sure the stored procedures and functions are moved from your development system to pr
Visual Studio 2013 RC: Cool New Features
(Ck Nitin) Peek Definition is a cool new feature of the Visual Studio 2013 IDE. It works a little differently from "Go To Definition". If we use "Go To Definition" then we just simply jump to the definition page of the code.
Designing IDAA-Enabled Tables
(Troy Coleman) Recently I wrote about managing IDAA with Data Studio. The marketing message around IDAA is that you don’t need to be a DBA to tune the queries because there are no indexes and queries are fast.
Async Programming with Visual Basic and Windows 8 / 8.1
(Hannes Du Preez) Hello and welcome to today’s article. With this article I plan to show you how easy it is to Do Async programming with VB.NET 2012 and Windows 8. Let’s get started.
IntelliTrace using Visual Studio 2013 Preview – Part 1
(Gouri Sohoni) Every developer is interested in quick code and at the same time, does not want to compromise on the quality of code. Visual Studio provides some tools using which developers can achieve these goals. IntelliTrace is one such tool which can reduce the time taken for debugging an applic
