|
|
|
|
|
Total Hits: 98 | Today: 0
|
Author: Jagadish Chaterjee
|
Rating:
|
|

This article is the second in a series focusing on retrieving SQL Server 2005 information using SMO along with Visual Basic 2005 and Visual Studio 2005. With the basics covered in the previous article, this one goes right into technical information....
|
|
|
|
Total Hits: 88 | Today: 0
|
Author: Trey Johnson and Mark Chaffin
|
Rating:
|
|

Discover the best practices for using DTS within the Data Warehousing Framework to capture and present data as Business Intelligence solutions. Business Intelligence (BI) solutions such as Data Marts and Data Warehouses rely heavily on tools to migrate data between heterogeneous data sources and support consolidated analytical decision-making. Microsoft SQL Server 2000 Data Transformation Services (DTS) provides the flexibility and advanced functionality to automate the architecture by which...
|
|
|
|
Total Hits: 265 | Today: 0
|
Author: Baya Pavliashvili.
|
Rating:
|
|

Building a data warehouse involves several complicated steps (some of which I described in my previous articles for InformIT). After the data warehousing architect locates all data elements necessary to support the data warehouse, it is time to build a dimensional model. As data change in transactional systems, the data warehouse needs to have a way of tracking and reflecting such changes. Populating fact and dimension tables can take considerable amount of time if the population routines aren't...
|
|
|
|
Total Hits: 682 | Today: 0
|
|
Rating:
|
|

The goal of clustering is to divide the data set in predetermined ("K") number of clusters around the average locations ("means"), so the algorithm is also known as the K-Means algorithm. Like other techniques it is applied mostly on people, to discover hidden grouping that can't be noticed at the first glimpse....
|
|
|
|
Total Hits: 1143 | Today: 0
|
|
Rating:
|
|

This article outlines several main types of slowly changing dimensions. After showing how an online analytical processing (OLAP) server operates when reading dimension members, the article then offers ways to handle these and other real-world scenarios using Microsoft® SQL Server™ OLAP Services....
|
|
|
|
Total Hits: 25 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

Discover best practices and suggestions for working with Microsoft SQL Server and Microsoft Analysis Services for analytic applications. These practices and suggestions have been compiled from answers to questions submitted by developers and customers, and cover topics ranging from dimensional modeling to designing OLAP cubes and writing MDX expressions. This is not an introductory paper....
|
|
|
|
Total Hits: 17 | Today: 0
|
Author: Robert Walters
|
Rating:
|
|

This white paper discusses how to integrate and deploy Microsoft SQL Server Express-based applications by using configuration files and the ClickOnce deployment technology in Microsoft Visual Studio....
|
|
|
|
Total Hits: 76 | Today: 0
|
Author: Ron Talmage
|
Rating:
|
|

Moving a SQL Server database from one server to another is simple-initially. But there are various methods for moving a database, and some have more advantages than others. Investigating the types of moves ahead of time can make planning for a database migration easier.
It takes essentially three steps to move a database from one server to another: take the database out of production, copy it to another server, and then bring the copy back into production. While you can choose from many m...
|
|
|
|
Total Hits: 23 | Today: 0
|
Author: extremeexperts
|
Rating:
|
|

Database storage is one of the primary failure point in the database environment. Hence, making the storage architecture consistent and at the same time giving it maximum redundancy must be embedded within the design itself. When I call redundancy, I don’t specifically say implementing anything specific to RAID or SAN or other mechanisms. Redundancy must be achieved given your hardware and budget currently in hand – if it even means making just multiple backup copies at the simplest level....
|
|
|
|
Total Hits: 29 | Today: 0
|
Author: Ernest Bonat
|
Rating:
|
|

Lookup tables contain, in general, a fixed list of data. This data doesn’t change very often in database business applications. Examples of this data could be a product list, category type, supplier list, state name, zip code, phone area code, etc. In Windows and Internet web business applications, most of these lookup tables are graphically implemented by using ComboBox, ListBox or CheckListBox read-only controls. These controls are loaded with data using two main columns, ID and Name. For exam...
|
|
|
|
Total Hits: 68 | Today: 0
|
Author: Brad McGehee
|
Rating:
|
|

As part of your performance audit, you need to examine each database located on your server and examine some basic database settings. When compared to some of our other performance audit tasks, you will find this audit one of the easiest. For convenience, you may want to consider photocopying a copy of the above chart, producing one copy for each database that you will be auditing....
|
|
|
|
Total Hits: 95 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

Discover best practices and suggestions for working with Microsoft SQL Server and Microsoft Analysis Services for analytic applications. These practices and suggestions have been compiled from answers to questions submitted by developers and customers, and cover topics ranging from dimensional modeling to designing OLAP cubes and writing MDX expressions. This is not an introductory paper...
|
|
|
|
Total Hits: 48 | Today: 0
|
Author: Joy Mundy
|
Rating:
|
|

This document describes how the Microsoft SQL Server 2000 Data Warehouse technologies map to the twenty criteria for a Dimensionally Friendly System, as characterized by Ralph Kimball.This paper maps features and functionality of the Microsoft® SQL Server™ 2000 Data Warehousing Framework to the twenty characteristics of a "dimensionally friendly system" identified by Ralph Kimball (1). These characteristics were introduced in order to provide "good metrics for what makes a system more dimensiona...
|
|
|
|
Total Hits: 342 | Today: 0
|
Author: Scott Robinson
|
Rating:
|
|

In the first part of this data warehousing series, I noted the structure of database storage for a data warehouse is very different from that of a conventional online transaction processing system (OLTP). The reason? OLTPs have many users and typically handle distinct data objects in any given session, whereas online analytical processing systems (OLAP) have fewer users pulling in much larger amounts of data. Therefore, from a design standpoint, it’s important to create structures that put relat...
|
|
|
|
Total Hits: 625 | Today: 0
|
|
Rating:
|
|

A Data Mining application for Relational Databases (RDBMS) including Microsoft® Access®, Microsoft SQL Server® , Oracle® and Sybase ® databases. The attached articles in HTML and Microsoft Word gives a detailed step by step guide to the development of a Data Mining application....
|
|
|
|
Total Hits: 4101 | Today: 0
|
|
Rating:
|
|

The Stream object introduced in ActiveX Data Objects (ADO) 2.5 can be used to greatly simplify the code that needs to be written to access and modify Binary Large Object (BLOB) data in a SQL Server Database. The previous versions of ADO [ 2.0, 2.1, and 2.1 SP2 ] required careful usage of the GetChunk and AppendChunk methods of the Field Object to read and write BLOB data in fixed-size chunks from and to a BLOB column. An alternative to this method now exists with the advent of ADO 2.5. This arti...
|
|
|
|
Total Hits: 35 | Today: 0
|
Author: Jasper Smith
|
Rating:
|
|

In this series of articles, I'll demonstrate a couple of different approaches to writing a maintenance utility that mimics some of the behavior of the sqlmaint utility that is included with SQL Server 2000. SQL Server 2005 Express Edition does not include such a utility, so these articles will show how we can easily create one ourselves using either TSQL or SMO (SQL Management Objects - the successor to SQL-DMO). Rather than dive into the code, these articles will demonstrate how to use these ut...
|
|
|
|
Total Hits: 65 | Today: 0
|
Author: Edgewood Solutions Engineers
|
Rating:
|
|

I have over night processes on a few different SQL Servers in my environment that are backup and restore related. I have used the scripts on MSSQLTips.com to check if the SQL Server Agent Jobs\Job Steps have run as well as the backup verification code. Some of the backup and restore processes I have written and others I have inherited. Some of the processes seem to be very reliable and others are not. I need a way to validate the restore processes have completed properly just like the SQL Se...
|
|
|
|
Total Hits: 45 | Today: 0
|
Author: Atif Aziz
|
Rating:
|
|

One major inconvenience of using SQL stored procedures from code is having to match type information. You have to write long wrapper functions around the procedures just to expose the data types. In the .NET Framework, however, the reflection services of the System.Reflection namespace allow you to query rich metadata that describe data types. This article explains how to use reflection in .NET to end your stored procedure nightmares. The author creates four custom classes, including one that ge...
|
|
|
|
Total Hits: 76 | Today: 0
|
Author: Dave Browning and Joy Mundy
|
Rating:
|
|

Data warehousing is one of the more powerful tools available to support a business enterprise. Learn how to design and implement a data warehouse database with Microsoft SQL Server 2000. Data warehouses support business decisions by collecting, consolidating, and organizing data for reporting and analysis with tools such as online analytical processing (OLAP) and data mining. Although data warehouses are built on relational database technology, the design of a data warehouse database differs ...
|
|
|
|
|
|