큐브 처리

SQL2005/AS2005 2007. 11. 15. 10:04

규브 뷰 처리시
 - 데이터 처리 하면 반영됨

Posted by leebaro
,

자바에서 AS2005의 데이터를 액세스 하려면 XMLA를 사용하면 됩니다.
XMLA란 (XML for Analysis) 다차원 데이터를 액세스 하기 위해 만들어진 SOAP 기반의 XML 프로토콜 입니다.

아래의 링크는 자바에서 AS2005에 XMLA를 사용하여 데이터를 사용할 수 있게 해주는 오픈 소스 툴입니다. 

1. JPivot http://jpivot.sourceforge.net/

2. REX http://sourceforge.net/projects/whex/

 
 
 
 
 
 

Posted by leebaro
,

SQL Server 2005 Best Practices Analyze를 MS 다운로드 센터에서 받으실 수 있습니다.

Posted by leebaro
,
AS2005 계산 탭에서 아래와 같은 오류 메지시가 나올 경우 가 있습니다.

오류가 발생했습니다: '보호된 메모리를 읽거나 쓰려고 했습니다. 대부분 이러한 경우는 다른 메모리가 손상되었음을 나타냅니다.




그럴 땐 MS SQL 2005 SP2를 설치 하십시오. 그러면 아래와 같이 정상적으로 계산 탭이 나타납니다.


Posted by leebaro
,

Services Pack2 출시와 함께 한번 살펴 볼만한 새로운 것이 추가 되었습니다. Aggregation Manager라는 것입니다.


이 것은 정식 SP2에 설치 되지는 않습니다. 한번 사용해 보고 싶으시다면 아래의 방법으로 다운로드 하세요

  1. 링크 클릭 : http://www.microsoft.com/downloads/details.aspx?familyid=e719ecf7-9f46-4312-af89-6ad8702e4e6e&displaylang=en

  2. SQLServerSamples.msi 파일을 받으세요
  3. 다운로드 받아 인스톨 하세요. 만약 이전 버젼의 SQL Server Samples을 설치 하셨다면 프로그램 추가/삭제에서 삭제하시고 설치 하세요
  4. 설치가 끝나면 C:\Program Files\Microsoft SQL Server\90\Samples\Analysis Services\Administrator\AggregationManager 폴더가 생기는 것을 보실 수 있습니다.
Posted by leebaro
,

Analysis Services 2005 Sample

SQL Server Express에는 추가 되지 않았습니다.

Sample name

Description

ActivityViewer

Activity Viewer sample는 사용자, Connection 그리고 AS2005의 프로세스를 보여주는 도구입니다.

이 도구는 필요하다면 위 목록의 프로세스를 정지시킬 수 있습니다.

AggregationManager

Aggregastion Manager는 사용자가 쿼리 로그(Query log)에 수집된 정보를 기반으로 집계(Aggregation)를 검토, 디자인, 수정 및 추가 할 수 있습니다.

ASCMD

The ascmd command-line utility enables a database administrator to execute an XMLA script, MDX query, or DMX statement against an instance of Microsoft SQL Server 2005 Analysis Services (SSAS). This command-line utility contains functionality similar to the sqlcmd Utility that is included with SQL Server 2005, but for Analysis Services. The execution results of the script, query, or statement can be stored in a file together with relevant SQL Server Profiler trace information.

New in the July 2006 release of ascmd is two new features. The first is the ability to execute custom XMLA requests. Using this feature you will be able to execute XMLA Discovers and XMLA Executes. For example, you are able to determine what databases are on an SSAS instance. You are be able to execute statements that change the default properties so the only the data is returned; not the schema and the data. Second, ascmd now detects if the XMLA input stream is a valid XMLA Command or not. If it is not a valid XMLA Command then it assumes that it is an XMLA Statement and it automatically html encode the input and wraps a <Statement>...</Statement> element around it. This allows you to enter simpler input files when entering MDX queries and DMX statements. See the ascmd readme for more information.

ASTrace

The ASTrace utility provides you with the ability to capture an Analysis Services trace and log it into a SQL Server table. The table can then be queried later or read using SQL Server Profiler.

ASUV

The Analysis Services Upgrade Verification tool lets you compare Multidimensional Expressions (MDX) query results and performance between a Microsoft SQL Server 2000 Analysis Services databases and a Microsoft SQL Server 2005 Analysis Services database. This tools helps you verify that your upgrade from SQL Server 2000 to SQL Server 2005 was successful.

AMOAdventureWorks

This is a sample C# program that illustrates the use of the Analysis Services Management Objects (AMO) to create complex OLAP cubes.

AMOBrowser

The AMOBrowser sample lets you use AMO objects to connect to a Microsoft SQL Server 2005 Analysis Services (SSAS) server and then browse different AMO objects and their properties.

AS Simple Sample (AMO)

AS Sample은 복잡한 OLAP 큐브를 만들고 새로 만들어진 큐브의 내용에 접근하기 위해 ADOMD.NET을 사용하기 위한 Analysis Management Objects(AMO)의 용도를 설명하는 C# 프로그램입니다.

Backup and Restore

The Backup and Restore sample lets you use AMO objects to connect to a Microsoft SQL Server 2005 Analysis Services (SSAS) server. You can then complete a backup of the Analysis Services database, restore the backup, or delete the backup.

Data Mining Web Controls

Data Mining Web Controls Library is a library intended to extend the data mining user experience in Microsoft SQL Server 2005 Analysis Services (SSAS) to the Web. This library provides a lightweight version of the data mining model viewers. Using Data Mining Web Controls, you can browse complex mining models from any computer that has Microsoft Internet Explorer installed.

Data Mining Plug-in Algorithms

This tutorial steps you through the process of implementing a plug-in algorithm and integrating that algorithm into Analysis Services.

Display Objects Name

Display Objects Name 샘플은 사용자가  AS2005에 연결하기 위하여 AMS Objects를 사용하도록 합니다.  그리고 AMO objects의 이름을 보여줍니다.

Posted by leebaro
,

마침내, 수많은 반복과 의논, 논쟁, 수정과 리뷰를 통해 AS2005 성능 향상 가이드가 출시 되었습니다.

Anaysis Services 2005 성능 향상 가이드는 총 121페이지로 되어있는 공식적인 자료입니다.

AS2000 성능 향상 가이드는 매우 유용한 자료 였습니다.
AS2005에서 아주 많은 중요한 변화에 맞추어 , 그리고 마치 엑셀 2003에 비하여 엑셀 2007의 행,열 제한이 커진 것 처럼 AS2000에 비하여 아주 큰 숫자의 데이터를 허용하게 되었기 때문에 이번 AS2005를 위한 가이드는 매우 필요할 것습니다.
Elizabeth Vitt는 아주 잘 알려진 Analysis Services 전분가이자 강사, 유창한 컨퍼런스 스피커 입니다. 그런 그녀가 이번 문서 제작의 저자를 맡았습니다.

또한 Subject matter Expert 목록에 있는 사람들 또한 Analysis Services 제품 팀에 있는 최고중 최고들 입니다.

이 자료를 보신다면 Analysis Services 전문가로서 한번 더 올라설 것입니다^^

다운로드 받는 곳:
http://download.microsoft.com/download/8/5/e/85eea4fa-b3bb-4426-97d0-7f7151b2011c/SSAS2005PerfGuide.doc

Posted by leebaro
,