(Adam Donnison) I came across an interesting error reported on #mysql the other day. When I went through it with the reporter it looks like we uncovered up to two bugs in InnoDB (or rather XtraDB as it was Percona Server). I thought it might be useful to go through the error message, including the s
Other News
JQuery Templates/View Engines in ASP.NET MVC
(Jovan Popovic) Microsoft ASP.NET MVC framework follows a standard MVC pattern – the Model contains data that will be shown, the Controller performs actions when some event happens, initializes the Model, and passes it to the View, and the View takes a Model and renders the HTML output that would be
Serializing and Deserializing Object as XML Data Using XmlSerializer
(Lajapathy Arun) In this article we are going to see how to serialize and deserialize an object as XML data.
Integrating WebSphere Telecom Web Services Server with Tivoli Directory Server for security role mapping
(Pralhad D Galagali and Dhandapani Shanmugam) IBM Websphere Telecom Web Services Server (TWSS) uses security role mapping for tasks such as access to and administration of security services. For better administration, these security roles can be mapped to security identities of users/groups, which
JavaScript Comes of Age
JavaScript Comes of Age Yesterday I introduced patterns in JavaScript. While looking further into JavaScript I came across node.js. Node.js is a “Platform built on Chrome’s JavaScript RunTime”. The thing that caught my attention about Node.js is the ability to write code that may run on the server or in the client browser in the same language. Now there are […]
JavaScript Patterns
JavaScript Patterns What, how can there be patterns in a scripting language? That was what I asked myself when I came across the book titled “JavaScript Patterns.” So, I had to look into it. Here are a few bullets from the back cover: Create objects that go beyond the basic patterns of using object literals and constructor functions Learn the […]
Troubleshooting problems with SQL Server 2008 R2 Integration Services
Troubleshooting problems with SQL Server 2008 R2 Integration Services If you have problems with SQL Server 2008 R2 Integration Services (SSIS), review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2008 R2 service pack. Because many SQL Server 2008 R2 Integration Services bugs were fixed in SQL Server service packs, you should install the latest...
Create SQL Agent job using C# and SMO
(Sethu Srinivasan) You could use the following code sample to create a SQL Agent Job using C#.
Log Analysis Using LINQ Based Log Parser
(Chetan Jagatkishore Kothari and Shalini Nautiyal) In enterprise web applications, web servers are the gateway for the entire request generated from multiple channels like web browsers, mobile devices, etc. Most of web servers provide an elaborate logging mechanism and can be configured to capture
Installing 11g Grid Control on Linux
(Mike Dean) I recently installed Oracle Grid Control 11g on my linux workstation. Below are the steps that I went through to get it working. Prior to installing Control, I had already installed Grid Infrastructure 11.2.0.2 and Oracle Database 11.2.0.2 and created a database to be used as the Grid C
