Skip to content

Database Journal News
Syndicate content
Databasejournal.com
Updated: 5 min 54 sec ago

SQL Server 2012 Integration Services - Overview

Fri, 02/03/2012 - 09:01

Marcin Policht presents a high-level overview of SQL Server 2012 Integration Services, covering some significant advances in the areas of usability, productivity, and manageability.

Categories: Database

DB2 z/OS Systems Tuning Tactics

Wed, 02/01/2012 - 09:01

In the z/OS environment, tuning a DB2 subsystem may require the DBA and systems programmers to wear multiple hats and approach overall performance tuning from several different angles. What approaches are best in which situations?

Categories: Database

Usage and Benefits of Using WITH RESULT SETS In SQL Server 2012

Mon, 01/30/2012 - 09:01

Having stored procedures returning result sets can become a problem when you want to have control of the name and data type of the columns being returned. Arshad Ali explains a new SQL Server 2012 feature, which lets you redefine the name and data types of the columns being returned from the stored procedure.

Categories: Database

Managing Data Growth with Enterprise-class Databases

Fri, 01/27/2012 - 09:01

Compliance isn’t the only reason to retain large data sets; better historical business reference and real-time analysis, all require access to large volumes of data to gain better business insights. Read on to learn more.

Categories: Database

SQL Server 2008 and 2008 R2 Integration Services - Sort Transformation

Wed, 01/25/2012 - 09:01

SQL Server 2008 R2 Integration Services offer a wide range of pre-built components, which deliver generic functionality commonly required when performing ETL tasks. While most of them are fairly straightforward to deploy in their basic form, there are caveats that should be taken into account as part of their implementation. Read on to learn more.

Categories: Database

Data Driven Subscription in SSRS 2008 R2

Mon, 01/23/2012 - 09:01

Learn how to acquire data or parameter values required during the execution of a report from a database query, using Data-Driven Subscription in SQL Server Reporting Services (SSRS).

Categories: Database

Couchbase Moving Forward In 2012

Fri, 01/20/2012 - 23:18

NoSQL startup is gearing up for a major new database release.

Categories: Database

SQL Server 2008 and 2008 R2 Integration Services - Sampling Transformations

Fri, 01/20/2012 - 09:01

Row Sampling Transformation and Percentage Sampling Transformation, which provide data sampling functionality, are useful in a number of Analysis Services and Data Mining-based scenarios. Marcin Policht demonstrates the functionality of both transformations.

Categories: Database

Report Subscription in SSRS 2008 R2

Wed, 01/18/2012 - 09:01

SSRS allows you to create two types of subscriptions, e.g., Standard Subscription and Data Driven Subscription. This article discusses the standard subscription in which you need to specify the parameters the report expects at the time of subscription creation and which cannot be changed at runtime.

Categories: Database

SQL Server 2008 and 2008 R2 Integration Services - Dimension Processing Data Flow Destination

Fri, 01/13/2012 - 09:01

The SSIS component, Partition Processing Data Flow Destination, is capable of performing direct data load from a fact table into an arbitrarily chosen partition of a measure within an Analysis Services cube. In this article Marcin Policht examines its counterpart known as Dimension Processing Data Flow Destination, which provides equivalent functionality in regard to dimensions.

Categories: Database

Archiving Oracle Databases

Wed, 01/11/2012 - 09:01

Archiving older data is a complex task. Within the context of an Oracle database there are methods of archiving data, some simple, some a bit more complex but still within the realm of possibility. Let's look at those options and what they can, and cannot, offer.

Categories: Database

Understanding SSRS Report Definition Language (RDL)

Mon, 01/09/2012 - 09:01

SSRS reports are defined in Report Definition Language (RDL), which is nothing but Extensible Markup Language (XML) adhering to a defined report definition language schema. This article examines RDL and some of the elements that you will notice in your report's RDL.

Categories: Database

The Format() Function in SQL Server 2012

Fri, 01/06/2012 - 09:01

The only formatting capabilities that SQL Server has had until now were the CAST and CONVERT function, forcing developers to write user defined functions using native string functions/date functions or CLR. The long wait for this format function is over; SQL Server 2012 RC0 is leveraging the .NET format capabilities by introducing the FORMAT() function.

Categories: Database

SQL Server 2008 and 2008 R2 Integration Services - Partition Processing Data Flow Destination

Wed, 01/04/2012 - 09:01

The primary purpose of Integration Services technology is to deliver ETL functionality that supports core features of SQL Server database management systems. However, many times its role involves interaction with components that provide Business Intelligence-related features. This article discusses one such scenario, which leverages built-in SSIS Partition Processing Data Flow Destination in order to facilitate Analysis Services processing.

Categories: Database

Setting Up Email Notification for SSIS Package Failure

Fri, 12/30/2011 - 09:01

Learn how to enable the logging functionality for SQL Server Integration Services (SSIS) and how to capture detailed information for immediate troubleshooting without re-running the package.

Categories: Database

Report Snapshots in SSRS 2008 R2

Wed, 12/28/2011 - 09:01

Arshad Ali explores the report snapshot feature in SQL Server Reporting Services (SSRS).  Learn how to show data at a point of time or how you can subscribe to your published reports.

Categories: Database

SQL Server 2008 and 2008 R2 Integration Services - Customizing Slowly Changing Dimension Transformation

Fri, 12/23/2011 - 09:01

While SQL Server 2008 R2 Integration Services' Changing Attribute and Historical Attribute options facilitate a variety of different data analysis scenarios, its wizard-driven configuration is relatively inflexible and generates a Data Flow structure whose performance tends to be suboptimal. This article presents a few methods of remediating these shortcomings.

Categories: Database

Physical Database Design Consideration

Wed, 12/21/2011 - 09:01

Greg Larsen explores different physical database design elements that should help you make the right design choice for your database.

Categories: Database

Can you Make Money with a Cloud Database as a Service?

Tue, 12/20/2011 - 00:45

Xeround has raised millions for its database app technology as demand for cloud services ramps up.

Categories: Database

Operational Scalability and Security with Sybase Adaptive Server Enterprise

Mon, 12/19/2011 - 09:01

Robert Schneider defines the elements that comprise operational scalability, and then provide concrete examples of how Sybase Adaptive Server Enterprise (ASE) augments operational scalability via minimizing downtime, sustaining heavy workloads, and supplying enterprise-grade security.

Categories: Database