Question

Is it possible to use SQL Server 2008 Analysis Services with data stored in Sybase Advantage Database Server? Either directly, or via SQL Server Integration Services.

Was it helpful?

Solution

As long as drivers exist (and I believe they do) to connect to the database for Sybase using either oledb or .net drivers then you should be able to use the data in SSAS. If you are having issues, you can always use SSIS to move the data into a dimensional model on a Sql Server database, but it would use the same drivers. So it depends upon the format of the data in Sybase. If it is in a Dimensional Model on Sybase, and the drivers exist, you can leave it there.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top