(Jeff Smith) So you’ve got your monster script you’re running in SQL Developer and you run into some errors. Wish it were easier to jump to the line where said errors are being reported?
Author: SSWUG Research
IDUG Tech Talk: Ten Principals of Highly Effective DBAs
(Cindy Russell) Originally presented at the 2013 IDUG DB2 Tech Conference for North America, this webcast is now on demand for listening any time. Learn the foundation principles that are the underpinning of highly effective DBAs and how you can use them to transform your job., as you “do more with
How to create a PDB from a Non-CDB using Oracle Data Pump
(Marco V.) Beside the DBMS_PDB package you can use Oracle Data Pump to create a pluggable database from a non-container database: it consists to export the non-CDB and import into an empty and already created pluggable database.
BLU Acceleration and 7 Big Ideas
(Chris Eaton) BLU Acceleration is actually the code name that was given to a set of technologies that were delivered in DB2 10.5. Why BLU? Well it’s a lot easier to say than “column organized, in memory optimized, actionable compression, SIMD exploitive, massively parallel, data skipping, easy to us
Easy way to enable, disable & hide jQuery UI tabs
(Kyle White) While searching on how to hide a jQuery UI tab, I found that a lot of other people were also looking for ways to easily enable, disable, show and hide tabs using the jQuery UI tabs control. Unfortunately, the built-in way to do it is cumbersome at best (although I know it helps keep the
Thad McIlroy on Demystifying XML
Thad McIlroy is a publishing consultant and author, currently writing and blogging at The Future of Publishing. Thad, along with Carol Wolfe from the American Society of Health-System Pharmacists, will be hosting a webinar on Demystifying XML next month.
Add a Repeater inside a GridView in ASP.NET and implement Expand/Collapse rows in GridView using javascript/jQuery
(Aruna Nishantha) This article will explain how to add a repeater inside a grid view. This will help you to display well organized data to the end users. Also it is good if we can allow user to expand/ collapse records at once or once by one. If there are lot of records exists in the record set, alw
Routing in ASP.NET Web API
In ASP.NET Web API, a controller is a class that handles HTTP requests. The public methods of the controller are called action methods or simply actions. When the Web API framework receives a request, it routes the request to an action.
Extreme Transaction Processing (XTP, Hekaton) – the solution to everything?
(Klaus Aschenbrenner) My complete last week was dedicated to XTP (Extreme Transaction Processing), better known as Hekaton, that is introduced with SQL Server 2014. My main goal of the week was to get a better understanding of Hekaton, the current limitations, and the scalability of this amazing new
Quick tip: WMI alerts and SQL Server Agent permissions.
(Matt Bowler) I came across an issue today while trying to create a WMI alert for a mirroring state change. The error was something along the lines of WMI Access denied. Error: 0×80041003.
