Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 create DTS package from OLAP cube into SQL server

Author  Topic 

morsnowski
Starting Member

2 Posts

Posted - 2005-07-28 : 13:06:24
Hi all,

I'm new here and I still don't know what is where so if I've posted in to wrong section please let me know.

Well basicaly I wrote a query that works fine
[sql]
select DrilldownLevel({[Customer].[All Customer]}) on columns,DrilldownLevel({[Year Month].[All Year Month]}) on rows
From [CALLS by Split Dublin]
[/sql]
it creates a nice 2 dimensional construct, you could call it a table. BUT here comes what stops me from getting on: when I try to create a DTS package everything works fine to the moment I run it. It just tells me it can't create the table and then subsequently fails to import the data. I've been playing with this now for a while but I haven't a clou how to fix it.

Many thanks in advance,
Mike
   

- Advertisement -