(oraclenerd) The very first thing I thought, after firing up my first OBIEE 11g instance, was how freaking intimidating it was.
Other News
Volatile Fields
Optimisation techniques used when compiling or running software that uses the .NET framework can lead to unexpected results. One situation that causes problems is performing non-volatile reads of fields in multithreading or parallel programming scenarios.
SQL Server – ‘Login failed for user ‘username’. The user is not associated with a trusted SQL Server connection’
(Paresh Prajapati) Recently i faced one more issue for login failed, this is different one from earlier and that was due to default databases deleted which was set as default for that login which failed.
Jquery and ASP.NET- Set and Get Value of Server control
(Jalpesh P. Vadgama) Yesterday one of my reader asked me one question that How can I set or get values from Jquery of server side element for example. So I decided to write blog post for this. This blog post is for all this people who are learning Jquery and don’t know how to set or get value for a
Flashbook: Understanding Big Data: Analytics for Enterprise Class Hadoop and Streaming Data
(Susan Visser) Big Data represents a new era in data exploration and utilization, and IBM is uniquely positioned to help clients navigate this transformation. This NEW Flashbook reveals how IBM is leveraging open source Big Data technology to deliver a robust, secure, highly available, enterprise-cl
Informix Availability: War Stories
(Conor O’Mahony) A few years ago, I remember hearing the phrase “set it, and forget it” in relation to Informix. That catch-phrase has stuck with me ever since. Initially, I was intrigued when I heard the phrase simply because I would not have associated the implied level of reliability unless the d
Leverage Lazy Loading in .NET 4.0
(Eric Vogel) Lazy loading is a common design pattern often used for constructing resource-intensive objects. It’s also frequently used in conjunction with the singleton, and/or factory patterns. Lazy loading entails constructing an object at the point it’s needed, rather than when it’s declared. If
SQL SERVER – Denali – Conversion Function – TRY_CONVERT() – A Quick Introduction
(Pinal Dave) In SQL Server Denali, there are three new conversion functions being introduced, namely:
POST Streaming Multi-Part Form Data From ColdFusion Using Java And Formidable.js
(Ben Nadel) Lately, I’ve been playing around with the idea of streaming form posts from a ColdFusion server such that the entire contents of the form post would not have to be buffered in the local memory at any given time.
MySQL eval()
(Shlomi Noach) I’ve just implemented an eval() call for MySQL. It is implemented with SQL, using a stored procedure. So this is not some plugin: you can use it from within your normal database server.