From: Rich on
Question: is SSIS (sql server 2005 and higher) like online analytic
processing? Does it involve cubes at all? My place may be stepping up to
sql server 2005 from 2000. The big buzz word is SSIS. Any explanations
appreciated on what SSIS entails.

Thanks,
Rich
From: Tibor Karaszi on
SSIS is just the successor of DTS. Sure, you can process a cube using SSIS, but as an ETL tool it
has usages both for cube/AS scenarios as well as pure OLTP scenarios.

--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi


"Rich" <Rich(a)discussions.microsoft.com> wrote in message
news:3A6260A1-6335-44FE-96E9-F65DA7AEAFAF(a)microsoft.com...
> Question: is SSIS (sql server 2005 and higher) like online analytic
> processing? Does it involve cubes at all? My place may be stepping up to
> sql server 2005 from 2000. The big buzz word is SSIS. Any explanations
> appreciated on what SSIS entails.
>
> Thanks,
> Rich

From: Tom Dacon on
It's a replacement for 2000's DTS, and a considerable rewrite and extension
over what you could do in 2000. It has nothing to do with cubes, but is a
worthwhile way to update the data warehouses that you'd use Analysis
Services to generate cubes from.

The learning curve on SSIS is a bit steep, but well worth it in my opinion.
Likewise with SSAS.

The Books Online tutorials on both are good, and I found the following books
useful:

Microsoft SQL Server 2005 Integration Services
Kirk Haselden
Sams Publishing

Microsoft SQL Server 2005 Analysis Services Step by Step
Reed Jacobsen, Stacia Misner
Microsoft Press

Tom Dacon
Dacon Software Consulting

"Rich" <Rich(a)discussions.microsoft.com> wrote in message
news:3A6260A1-6335-44FE-96E9-F65DA7AEAFAF(a)microsoft.com...
> Question: is SSIS (sql server 2005 and higher) like online analytic
> processing? Does it involve cubes at all? My place may be stepping up to
> sql server 2005 from 2000. The big buzz word is SSIS. Any explanations
> appreciated on what SSIS entails.
>
> Thanks,
> Rich


From: Rich on
Thank you all for your replies and book references. This should get me
started.

"Rich" wrote:

> Question: is SSIS (sql server 2005 and higher) like online analytic
> processing? Does it involve cubes at all? My place may be stepping up to
> sql server 2005 from 2000. The big buzz word is SSIS. Any explanations
> appreciated on what SSIS entails.
>
> Thanks,
> Rich