(Dallas Snider) In data mining and machine learning circles, the neural network is one of the most difficult algorithms to explain. Fortunately, SQL Server Analysis Services allows for a simple implementation of the algorithm for data analytics.
Other News
Howto automate MySQL slow query analysis with amazon RDS
(Sean Hull) If you’ve used relational databases for more than ten minutes, I hope you’ve heard of slow queries. Those are those pesky little gremlins that are slowing down your startup, and preventing scalability you so desperately need.
An Unfortunate Series of TSAMP Events
(Ember Crooks) Sometimes, I think that I subconsciously knew that something was wrong. I woke up before 5 AM and couldn’t get back to sleep for no real reason that I could figure out. I gave up on sleep around 5:15 and went to take a shower. On the way to the shower, I read work email and found this
Capturing Dynamic SQL with EXPLAIN
(Troy Coleman) I’ve already written extensively about EXPLAIN, but since IBM continues to develop the feature and enhance the process, there’s plenty more to cover.
Developing an Axis2 Java handler for the CICS web service client pipeline
(Giovanni Creato) This article uses sample code to show you how to develop an Axis2 Java handler to use in the IBM CICS web service client pipeline. The Java handler makes SOAP processing eligible for offloading to an IBM System z Application Assist Processor (zAAP).
Managing Scripts in Oracle SQL Developer
(Jeff Smith) You backup your databases, right?
SCN to Timestamp and back
(Bobby Curtis) When working with Oracle GoldenGate, understanding the System Change Number (SCN) is important. The SCN is an internal number maintained by the database that keeps track of the changes made to the database for recovery purposes.
Read Only Tables
(Andrew Reid) Oracle 11 introduced a new ALTER TABLE syntax, which allows you to make a table READ ONLY, so I decided to try it out. First I created a table:
Difference between attr() and val() in jQuery
(Snesh Prajapati) Few days back, I was creating a webpage for editing products information. After editing I need to get the modified value from all textboxes but I was not able to. It was surprising and I started thinking why it is not working? I was not getting any error or something in browser dev
ASP.NET Scalability: the Good, the Bad and the Hype
(Dino Esposito) Scalability remains an exasperatingly vague term, even though there are well-established ways of ensuring that a web-based application reacts well to wide variations in usage.
