catalog

Solution Search:
Understanding ITIL® Service Portfolio Management: An Approach For Implementing Effective Service Lifecycle Management by BMC Software, Inc
a comprehensive and accurate view of IT services. A service catalog includes all relevant details about your services, including which service level agreements (SLAs) are associated with it, who is...
Sharepoint E-Zine Volume 6: How to Control Workflow Behavior with Custom Lists by SearchWinIT
Office SharePoint Server 2007 is the Business Data Catalog, or BDC. Find out how to get the most out of this functionality without having to write custom code.

This Ezine is made possible by the...

Managing Backup and Archive Data with Data Domain and Symantec NetBackup (NBU) Integration by Data Domain
This white paper walks you through how Data Domain integrates with NBU, including planning and sizing considerations, operational considerations, offsite...
Symantec NetBackup (NBU) Design Best Practices with Data Domain by Data Domain
This white paper walks you through how Data Domain integrates with NBU, including planning and sizing considerations, operational considerations, offsite...
Sun Networking Solutions Free Trial Catalog by Sun Microsystems, Inc.
View this free trial guide to find out which solution works for you. Sun has pioneered many standard networking technologies, and networking is part of...
Sun Storage Free Trial Catalog by Sun Microsystems, Inc.
Read this free trial guide to see which Sun storage solution works best for you. Choose from a variety of options such as theSun Storage Unified Storage Systems...
Sun Servers Free Trial Catalog by Sun Microsystems, Inc.
Check out this free trail product guide to find the server that best fits your organization. Read about the different applications and features of CoolThread...
Oracle Compatibility Developers Guide for Postgres Plus Advanced Server by EnterpriseDB Corporation
This guide describes the Oracle compatibility features of Postgres Plus Advanced Server. Oracle compatibility means that an application runs in an Oracle...
BMC Database Administration Solution for DB2 z/OS by BMC Software, Inc
BMC provides a set of tools and utilities that are designed to automate the complex processes involved in updating and managing DB2 environments with the aim of...
System i (IBM iSeries) Management Best Practices -- an Executive Overview by Vision Solutions
System i provides a wealth of data to help analyze performance and storage usage; this information can be employed to liberate wasted space and tune the system...
Best Practices for Deploying Collaborative BI by Tableau Software
This paper will show you how to navigate around the usual hurdles and deliver collaborative BI that works. Software for Business Intelligence (BI) provides the...
SQL Server Resource Center
SQL Server database design disasters: What not to do
Personally, I would not trust these databases to store a simple catalog of the 2,600 songs on my iPod.

The databases support their respective businesses, but... More...

Sep 15, 2008
How to create a SQL Server linked server to DB2
ll enter the bulk of the necessary connection information. The Initial Catalog option is very important; it's what the RDB name is on the DB2. Typically, it's the name of... More...
Aug 20, 2008
How to use SQL Server 2008 hierarchyid data type
this would be the CEO of the company. If you were building an inventory catalog, you might find this more useful than in an HR system, as the top of each category tree... More...
Aug 20, 2008
Translating information requests into SQL SELECT statements
a list of subjects, the category each belongs to, and the code we use in our catalog. But I'd like to see the name first, followed by the category and then the code."

Subjects... More...
Jul 30, 2008
SQL Related Articles
Permissions, visibility, UDTs and user-defined aggregates by Bob Beauchemin, Niels Berglund and Dan Sullivan
defined aggregates

A user-defined type must be defined in the SQL Server catalog to be visible to SQL Server stored procedures and other T-SQL procedural code, just as an assembly is. Once a UDT is defined in the SQL... More...

Jun 28, 2005
What can .NET code do from within SQL Server: Safety levels by Bob Beauchemin, Niels Berglund and Dan Sullivan
Framework class libraries is enforced at runtime rather than "catalog time;" attempting to load a library not on the list will not throw an exception at runtime.

Let's go through an example of how safety... More...

Jun 28, 2005