(John Vine) There can be any number of reasons to parse xml. Perhaps you want to set up a custom search of an RSS feed. Maybe you need to render a data report from your ERP system on a web page but can’t get an html output from your ERP provider. Whatever the reason, parsing xml with javascript is v
Author: SSWUG Research
SSWUGtv: Sometimes entertaining chatty coworkers borders on wasting time. How does one balance the networking conversation and rambling?
Video Programming for IT Professionals
Determining Drive Letters in Use by SQL Server Databases
(K. Brian Kelley) I am auditing my SQL Server environment and I need to determine what drive letters are in use by each instance. I know I can query sys.database_files for each database. Is there a way to do this for all databases?
Boosting Query Performance with Informix Warehouse Accelerator
(Whei-Jen Chen) The IBM Informix Warehouse Accelerator is a breakthrough technology that changes how businesses can view and deploy analytics. Informix Warehouse Accelerator both delivers high performance for business queries and eliminates the need for query tuning, data management, and cube-buildi
MySQL Fabric’s initial decision on data models and transactions put into perspective
(Ulf Wendel) When you design a distributed database you are faced with a variety of choices each having its well known pro’s and con’s. MySQL Fabric made an intial decision for one design. Let me try to put in context of NoSQL approaches to degree I understand the matter. Understanding the data mode
DB2 with BLU Acceleration versus SAP HANA versus Oracle Exadata
IBM, Oracle, and SAP offer analytics software designed to process big data repositories, and they also integrate their software in these systems. To derive business value from their big data volumes, enterprises are looking to capitalize on the opportunities to gain insight from the available inform
Make Your DB2 For i Apps Environment Aware
(Michael Sansoterra) Time and time again, applications need to know something about the environment they’re running on. For example, if an application uses dynamic SQL and it needs to know what features are available, then knowing what version of IBM i it is using can help it decide how to build a q
Using After Update Trigger in F#
(Pankaj Lohani) In this article I have explained how to update the records in one table then after using an “after update” trigger on the table the records are automatically updated in another table. In the previous article you can learn about the After Insert Trigger.
Developing a Cross Platform Mobile App in Visual Studio using JavaScript & HTML5
(Mahesh Sabnis) At present, the most important trend in the software development world is Mobile application development, especially with the rise of smartphones and tablets. Mobile applications have become must-haves for both businesses and consumers.
How to use XDT in NuGet – Examples and Facts
(danliu-nuget) Starting with NuGet 2.6, XML-Document-Transform (XDT) is supported to transform XML files inside a project. The XDT syntax can be utilized in the .install.xdt and .uninstall.xdt file(s) under the package’s Content folder, which will be applied during package installation and uninstall