(Susan Ibach) One of the reasons your instructors keep making you work in teams is because that’s what happens when you enter the “real world”. Whether you are working solo on a project or as part of a team, why not use a real world tool to manage the project?
Author: SSWUG Research
Same SELECT used in an INSERT has different execution plan
(amacias) A customer complained that a query and its INSERT counterpart had different execution plans, and of course, the INSERT was slower.
Spring Batch Example – XML File To CSV File
(mkyong) In this tutorial, we will show you how to configure a Spring Batch job to read XML file (JAXB2 library) into a csv file, and filter out the record before writing with ItemProcessor.
Using Namespaces For One-Off Directives In AngularJS
(Ben Nadel) A few months ago, I blogged about delegating directive-linking functions up the DOM tree to a parent directive. The motivation behind that blog post was to be able to create one-off directives that didn’t need globally-unique names within the dependency-injection mechanism provided by th
Using Oracle Enterprise Manager 12c Command Line Interface Part 2 – Auditing and User Management Commands
(Karen Reliford) Many of the activities that DBAs do through the Oracle Enterprise Manager 12 Cloud Control GUI interface can also be accomplished via the Command Line Interface (EM CLI). Last month, we explored how to install and configure the EM CLI. This article will explore three categories of
Making Footable.Editable – Cool Things Everyone Should Know About JavaScript, jQuery, and
(Jake Drew) I have recently been working on my side project Grass again. The web application tracks a ton of information and requires displaying multiple data tables that look good on any size device. I had successfully used the datatables-editable plugin in the past and wanted to try something new.
When it’s faster to use SQL in MySQL NDB Cluster over memcache API
(Peter Boros) Memcache access for MySQL Cluster (or NDBCluster) provides faster access to the data because it avoids the SQL parsing overhead for simple lookups – which is a great feature.
SQL – Difference between != and <> Operator used for NOT EQUAL TO Operation
(Pinal Dave) Here is interesting question received on my Facebook page. (On a side note, today we have crossed over 50,000 fans on SQLAuthority Facebook Fan Page).
Getting Started With OWIN, Katana, and VS2013
(K. Scott Allen) If you start almost any new ASP.NET project in the new preview of Visual Studio 2013, you’ll find a reference to the Owin package inside. OWIN (the Open Web Interface for .NET) is a specification designed to decouple web servers from the frameworks and applications they host. The OW
Extracting Meaning from Unstructured Text to Enrich Master Data
(Sunil Soares) IBM InfoSphere Master Data Management (MDM) systems provide a 360-degree view of customers, vendors, materials, assets, and other entities. Traditional MDM systems collect structured data from a number of structured data sources.
