Skip to content

Database Journal News
Syndicate content
Daily Database News and Information for the Database Professional
Updated: 10 hours 24 min ago

Using Dynamic Management Objects to Monitor I/Os Against an Instance of SQL Server

Fri, 07/30/2010 - 05:00
To ensure that queries run as efficiently as possible, the database administrator needs to monitor performance to find inefficient queries. This article focuses on exploring how a DBA can monitor the I/Os against an instance of SQL Server, using Dynamic Management Objects, or more commonly know as Dynamic Management Views (DMVs) and Functions (DMFs).
Categories: Database

Examining the Oracle Database 10053 Trace Event Dump File

Thu, 07/29/2010 - 05:00
Ever wonder what the Oracle Database Cost Based Optimizer (CBO) was doing behind the scenes or how it comes up with an execution plan? While other tools or settings show us WHAT the CBO comes up with, the 10053 trace event setting tells us HOW the CBO came to its decision (the final execution plan).
Categories: Database

Building a Data Warehouse Blueprint for Success

Wed, 07/28/2010 - 05:00
One of the most integral components and critical success factors of any enterprise data warehousing initiative is the Solutions Architecture document, a high-level conceptual model of a data warehousing solution. Learn why this collaborative effort that addresses the needs of all major stakeholders, including both the business units and Information Technology (IT), is essential.
Categories: Database

I/O Performance Tuning Tools for Oracle Database 11gR2

Wed, 07/28/2010 - 05:00
Oracle Database 11g Release 2 (11gR2) makes it easier than ever to isolate and identify potential root causes of poor I/O performance. This article focuses on the various Oracle and non-Oracle tools to generate sample workloads to provide sufficient metrics for detection and eventual resolution of performance bottlenecks within the database's underlying input/output (I/O) subsystem.
Categories: Database

Five Handy Tips for MySQL's Powerful UPDATE Statement

Tue, 07/27/2010 - 05:00
Rob Gravelle explores the MySQL UPDATE statement, which is used to modify existing records in a table. Among its many features, he looks at how to update multiple tables, avoiding mistakes, and how to limit how many rows are updated.
Categories: Database

IBM DB2 pureScale: The Next Big Thing or a Solution Looking for a Problem?

Mon, 07/26/2010 - 05:00
In October 2009, IBM announced that some rather neat technology known as data sharing would be delivered for the IBM DB2 for Linux, Unix and Windows product, in an optional facility dubbed pureScale. Julian Stuhler takes a closer look at this technology and the possible implications for the entire IBM DB2 world.
Categories: Database

Implementing SSIS Package Configurations

Mon, 07/26/2010 - 05:00
Marcin Policht demonstrates how to leverage SQL Server Integration Services (SSIS) package variables in order to modify SSIS properties without directly editing package content.
Categories: Database

Going Mobile: Data Management Solutions for Mobile Devices

Fri, 07/23/2010 - 05:00
Crunched by the economy and squeezed by competition, businesses and consumers alike are turning to mobile computing. This report wraps up our overview of the top contenders in the mobile database market with a look at Sybase SQL Anywhere and SQLite.
Categories: Database

Gain the Competitive Advantage: Data Management Solutions for Mobile Devices

Thu, 07/22/2010 - 05:00
Today's workforce and consumers have become increasingly mobile. Businesses crunched by the economy or squeezed by competition look to mobile computing to gain a competitive advantage. This report examines the top contenders in the mobile database market space, starting with SQL Server Compact, Oracle Database Lite and IBM DB2 Everyplace.
Categories: Database

SQLAntipatterns: Avoiding the Pitfalls of Database Programming

Wed, 07/21/2010 - 05:00
Learn how you too can stamp out common database errors and learn a lot about relational databases along the way. 'Ambiguous Groups' is extracted from 'SQL Antipatterns', published by the Pragmatic Bookshelf.
Categories: Database

Solve Database Performance Tuning Problems by Monitoring CPU Resource Consumption

Wed, 07/21/2010 - 05:00
Constantly watching CPU utilization is critical to a database administrator's understanding of their database system. The sar utility, while seemingly small and insignificant can and should be used to help initially determine if any high-level CPU resource usage is out of balance, potentially pointing to database processing that requires tuning.
Categories: Database

How to Use Multi-Master MySQL to Get a Leg Up on Database Performance

Tue, 07/20/2010 - 05:00
Multi-master MySQL provides a database administrator with a host of new features. Sean Hull discusses how multi-master MySQL aids the DBA in areas of database administration that can negatively impact performance of the primary database.
Categories: Database

How DBAs Can Tune Distributed IBM DB2 Applications

Mon, 07/19/2010 - 05:00
Many critical business applications now execute in an environment separate from that of the enterprise database server. The database administrator often finds monitoring and performance tuning of these "distributed" applications to be especially difficult. This article looks at common performance issues of distributed applications and presents advice to assist the IBM DB2 database administrator in mitigating performance problems.
Categories: Database

Dynamic Data Driven Variable Hierarchical Structures in SQL

Fri, 07/16/2010 - 05:00
SQL can support the creation of variable hierarchical structures in a number of differently controlled operations that can be combined. Michael M. David describes a powerful and flexible automatic method of dynamic structure generation.
Categories: Database

Purchasing Oracle Database Support for your Own Use

Thu, 07/15/2010 - 05:00
Oracle's software is freely available for personal use but you'll have to pay for access to technical notes, patches, and other specialized content. Plus, there's a technical/legal catch; you can't use My Own Support to find database articles under a different product license. In terms of compliance, you really need a database product. Enter Oracle Database Personal Edition.
Categories: Database

Top 10 IBM Information Management Trends

Wed, 07/14/2010 - 05:00
Julian Stuhler shares his pick of the most important current trends in the world of IBM Information Management. Some are completely new and some are evolutions of existing technologies, and he's betting that every one of them will have some sort of impact on data management professionals during the next 12-18 months.
Categories: Database

Selling the Business Intelligence Implementation

Tue, 07/13/2010 - 05:00
Increasingly more organizations are turning to Business Intelligence professionals to provide historical, current, and predictive views of business operations on their critical information. As a Business Intelligence consultant, your challenge is not usually the sourcing or delivery of the information, but how that information is used going forward once you have left the organization.
Categories: Database

How to Implement Package Variables in SQL Server 2008

Mon, 07/12/2010 - 05:00
A database administrator can create ad-hoc packages to implement ETL via SSIS or use methods based on software programming principles. Ad-hoc packages may seem advantageous but can lead to duplication of effort. Learn how to implement the second of these options by taking advantage of package variables.


Categories: Database

An Introduction to Multi-Master MySQL

Fri, 07/09/2010 - 05:00
Multi-master replication for MySQL is easy to setup, is similar to master-slave replication and provides a host of features and options not available with the regular master-slave setup. Add to that the MMM database management tool, and you have a flexible, highly available MySQL cluster on which to host your application.


Categories: Database

Database Auditing in IBM DB2 9.5 & 9.7: How do I know...

Thu, 07/08/2010 - 05:00
Database administrators have both an Instance level and a Database level auditing approach with IBM DB2 9.5 and 9.7. Understanding auditing at the database level requires a little more work than the instance level. Rebecca Bond shares some tips that will start you on your way with database level auditing.


Categories: Database