Re: SQL Server 2000 DTS to process SQL 2005 MSAS Database? -
12-06-2006
, 05:23 PM
you can process cubes using the ascmd utility + XML/A commands (use a simple
batch file)
DTS has no SSAS2005 tasks, so there is no other way to to this (except
creating VBScript code)
The OLAP process task of DTS can only process AS2000 cubes, not 2005.
"Prasad" <Prasad (AT) discussions (DOT) microsoft.com> wrote
Quote:
Can SQL 2000 DTS still be used for processing SQL 2005 AS database or do
we
need an SSIS package to process SQL 2005 AS database?