Re: Can MSAS 2k/5k read SAS data sets to build cubes -
06-15-2006
, 05:35 PM
Hi Prasad,
On a few occasions, I've worked with business analysts who had developed
SAS progams to implement their business logic. The results were
typically stored as SAS data sets, then downloaded to Excel pivot tables
for further analysis and reporting.
Of course, they turned to the option of an AS OLAP cube when they either
ran out of rows (65K) or columns (255). We would typically start by
converting the SAS Data Sets to (huge) .CSV files, as you mentioned. I
was able to load these into SQL Server 2000, using DTS and Text Driver
without problems (haven't tested with SSIS yet). Once the cube was
stabilized, we would eventually try to convert the SAS ETL logic
completely into DTS packages (if cube loading needed to be automated for
the long term).
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com *** |