User login

DB News

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

Database journal - 22 hours 14 min ago
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).

Examining the Oracle Database 10053 Trace Event Dump File

Database journal - Thu, 07/29/2010 - 08: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).

Building a Data Warehouse Blueprint for Success

Database journal - Wed, 07/28/2010 - 08: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.

I/O Performance Tuning Tools for Oracle Database 11gR2

Database journal - Wed, 07/28/2010 - 08: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.

Five Handy Tips for MySQL's Powerful UPDATE Statement

Database journal - Tue, 07/27/2010 - 08: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.

Implementing SSIS Package Configurations

Database journal - Mon, 07/26/2010 - 08: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.

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

Database journal - Mon, 07/26/2010 - 08: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.

Going Mobile: Data Management Solutions for Mobile Devices

Database journal - Fri, 07/23/2010 - 08: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.

Gain the Competitive Advantage: Data Management Solutions for Mobile Devices

Database journal - Thu, 07/22/2010 - 08: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.

Gain the Competitive Advantage: Data Management Solutions for Mobile Devices

Database journal - Thu, 07/22/2010 - 08: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.


SQLAntipatterns: Avoiding the Pitfalls of Database Programming

Database journal - Wed, 07/21/2010 - 08: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.

Solve Database Performance Tuning Problems by Monitoring CPU Resource Consumption

Database journal - Wed, 07/21/2010 - 08: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.

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

Database journal - Tue, 07/20/2010 - 08: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.

How DBAs Can Tune Distributed IBM DB2 Applications

Database journal - Mon, 07/19/2010 - 08: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.

Dynamic Data Driven Variable Hierarchical Structures in SQL

Database journal - Fri, 07/16/2010 - 08: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.

Purchasing Oracle Database Support for your Own Use

Database journal - Thu, 07/15/2010 - 08: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.

Top 10 IBM Information Management Trends

Database journal - Wed, 07/14/2010 - 08: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.

Selling the Business Intelligence Implementation

Database journal - Tue, 07/13/2010 - 08: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.

How to Implement Package Variables in SQL Server 2008

Database journal - Mon, 07/12/2010 - 08: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.


An Introduction to Multi-Master MySQL

Database journal - Fri, 07/09/2010 - 08: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.


Syndicate content