(david t) DB2 LUW partitioned databases haven’t been called DPF, the Database Partitioning Feature, since 2007. However, a lot of people still use the term. That’s not a bad thing, but they tend to search with it, too 🙂 That means they don’t always find the answers they want. For example, how
Other News
Are IBM DB2 and Oracle Database NoSQL Databases?
(Conor O’Mahony) The NoSQL movement has garnered a lot of attention recently. It has been built around a number of emerging highly-scalable non-relational data stores. The movement is also providing a real lease of life for smaller non-relational database vendors who have been around for a while.
Reading Active SQL Monitor Reports Offline
(Greg Rahn) Active SQL Monitor Reports require some files from the Internet to render the report in the browser. That’s no big deal if you have an Internet connection, but what if you do not? Generally if you load an Active SQL Monitor Report without an Internet connection, you will just see an empt
Difference Between Fetched Row Count and Just Row Count
(Andrejus Baranovskis) While implementing various validation rules in ADF BC, we can call two methods to get number of rows for specific entity – getFetchedRowCount() and getRowCount(). What’s the difference between these two and what you should keep in mind?
Oracle Advanced Security – TDE (Transparent Data Encryption )
(Sanjit Anand) This is one of the advance feature of security, where Encryption is done automatically when written to the database file and transparently decrypts the data when accessed inside the database.
The semantic web is here. Is your organization ready?
(Fiona McNeill) I’m in between summer holiday breaks, clearing the decks and getting caught up. Two items that have kept me thinking after the workdays are done were the recent Kent State Online Open House presentation on “Semantic Technologies and Knowledge Management: What is it and why should we
String.IsNullOrWhiteSpace
When working with user input it is common to check that a string has been provided. With the .NET framework version 4.0, a single method can be used to determine whether such a string is null, empty or contains only white space characters.
Search a specific column within ALL tables
(Vadivel Mohanakrishnan) This stored procedure takes two parameters:
How To Tune Your SQL Server Database with Database Engine Tuning Advisor
(Mike Chapple) Database Engine Tuning Advisor (DETA) allows you to optimize your SQL Server database configuration based upon the unique business requirements of your organization.
JQuery/JSON multi-select combo box (drop down list) control
(Shantanu) Sometimes, we want users to be able make multiple selections in a combo box (drop down list). This JQuery control does that.