(Kiran Kumar Talikoti) In this article we will see how to store a text file into a database and retrieve the text file from the Database. The text file will be stored into the database in the form of an array of bytes and the array of bytes will be retrieved into a text file from the database. Now w
Author: SSWUG Research
Semantic Business Vocabularies and Rules
For many in the traditional applications development community, “semantics” sounds like a perfect candidate for a buzzword tossed at management in an effort to pry fresh funding for what may appear to be academic projects with not much discernible practical payback. Indeed when challenged for exampl
The Font Selection Dialog Box
(Richard Carr) The .NET framework class library includes several common dialog boxes. These allow standard interactions with the user, such as font, file or colour selection or configuration for printing. This article describes the font selection dialog box.
Test Driven Development in Asp.Net MVC Architecture
(V.N.S Arun) In normal Asp.net web applications, writing precise unit test cases with high code coverage is difficult because of the strong coupling of the GUI and the server code. But Asp.Net MVC is a framework that Microsoft has built in a completely unit testable way. 100% unit test case code cov
Last time DB2 REORG was executed
(Jack Vamvas) Question: How can I find the last date & time of a DB2 reorg action?
The trouble with SharePoint 2013 migration
(Scott Robinson) For companies that are considering a SharePoint 2013 migration, the move may not be as turnkey as you think. Data migrations can be time-consuming, costly and difficult.
Managing Multi-Instance Cluster Failovers
(Derik Hammer) A couple of weeks ago I was reviewing my daily news feeds and a featured post on SQLServerCentral.com caught my eye. Michael Lacy‘s post on Managing MaxMemory Values on an Active-Active Two Node Cluster provides a solution to the problem of dynamically managing maximum memory settings
InfoSphere Guardium data security and protection for MongoDB, Part 1: Overview of the solution and data security recommendations
(Indrani Ghatare, Matt Kalan, Sundari Voruganti and Kathryn Zeidenstein) This article series describes how to monitor and protect MongoDB data using IBM InfoSphere Guardium. Part 1 describes an overview of the solution, the architecture, and the benefits of using InfoSphere Guardium with MongoDB.
Tracking the running reports in OBIEE 11G
(Vishal Pathak) I faced a rather strange but relatively simple requirement a few days back. The client had employed a resource to refresh the sessions page and capture the running queries from it and mail it to a team that dealt with performance tuning.
Write a fix for your audit rule
(Richard Olrichs) In a previous blog I described how to build an audit rule in 12C, besides the audit rule, you can also write a fix for this rule. In this example, the fix isn’t anything fancy, but it gives you an idea on how to write more complex fixes.