|
|
Browse by Tags
All Tags » Development & Programming
Showing page 1 of 2 (15 total posts)
-
The database system in a company that is growing internationally must support multilingual characters in tables with Unicode data types. Existing databases that support only non-Unicode information must be migrated from non-Unicode data type to Unicode data type. This paper summarizes best practices for migrating database systems from non-Unicode ...
-
Many-to-many dimension relationships in SQL Server 2005 Analysis Services (SSAS) enable you to easily model complex source schemas and provide great analytical capabilities. This capability frequently comes with a substantial cost in query performance due to the runtime join required by Analysis Services to resolve many-to-many queries. This best ...
-
For those of you whom want to know a little more about precision considerations for Analysis Services users, please check out this recently released whitepaper at http://www.microsoft.com/downloads/details.aspx?familyid=bae8beec-9892-4ecd-a9db-292254895f9c&displaylang=en.
This white paper covers accuracy and precision considerations in SQL ...
-
Scale-Out Querying with Analysis Services Using SAN Snapshots
-
Identifying and Resolving MDX Query Performance Bottlenecks in SQL Server 2005 Analysis Services
There are a variety of things that you can do to improve the performance of an individual MDX query. To begin, you must identify the source(s) of the performance bottlenecks in the execution of a poorly performing MDX query. To identify the source(s) ...
-
Author: Denny Lee
Contributors: John Desch, Kevin Cox
Reviewers: Robert Zare
DRILLTHROUGH MDX Overview
DRILLTHROUGH MDX is a very powerful way to drillthrough to your original data source of detail data that make up the aggregations that you are looking at. For more information on enabling drillthrough, please refer to T.K. ...
-
Summary: SSAS uses partitions to contain cube data. Small cubes might use only one, but for non trivial cubes, cube designers will create partitions based on ease of managing data and to split groups of data. This document discusses how the server uses ''slices'' to examine partitions at query time. The ...
-
http://www.microsoft.com/technet/prodtechnol/sql/bestpractice/default.mspx
Get the real-world guidelines, expert tips, and rock-solid guidance to take your SQL Server implementation to the next level. Drawing on the extensive experience and expertise from respected developers and engineers at Microsoft as they walk you through the specifics on ...
-
Overview
SQL Server’s 2005 Analysis Services has introduced several changes to the MDX queries syntax that can lead to better performance than the equivalent AS 2000 queries.
Here is a list of tips and tricks as well as best practices on how to get better performance from your MDX queries in AS2005.
Details
For filtering a set, use ...
-
Simulating Sequence Objects in SQL Server
Many applications need sequentially incremental number as unique/primary key of records. SQL Server 2005 today supports identity column as the primary mean to general sequence number, which generates the sequence number upon the execution of DML (insert) or bulk insert. The value ...
1
|
|
|