Showing posts with label recommend. Show all posts
Showing posts with label recommend. Show all posts

Monday, March 19, 2012

Compare SSIS to wherescape software?

I am just a beginner in SSIS and I like it, and somebody that has many years of experience in datawarehousing recommend me the software from this company, http://www.wherescape.com/, I just wanted to know if somebody has tried it, because I think its interface is poor and I dont think its better than SSIS, the only thing good I think, is that it can make datawarehouse in oracle and sql in the same tool.

If you can review it please advice me.

Hi Luis,

I am familiar with both products - we have just moved our data warehouse from using DTS on SQL 2000 to using WhereScape RED on SQL2005. We looked at and did not use SSIS. At a high level SSIS is an excellent general purpose tool for moving data around and sequencing tasks (much improved over DTS), but WhereScape RED is more focused on building and managing a data mart or data warehouse.

I agree the interface of WhereScape was not very good - this improved recently to more MS standard. But to build a data warehouse WhereScape RED generates tables and procedures at the same time - SSIS only caters to processing (table design is managed elsewhere) and applies no consistency to the packages. The processes that WhereScape RED generates follows a consistent approach, which makes management, extending and troubleshooting the dwh much easier. The lack of consistency in DTS or SSIS really hurts management of the data warehouse. In RED I can alter a table and regenerate the procedures associated with it, and regenerate the documentation automatically. Before RED I had to chase through DTS packages and tasks to find out what was affected before manually making these changes - and the documentation never seemed to catch up.

I hope this helps.

Simon

Friday, February 24, 2012

Common SQL errors

Xref: TK2MSFTNGP08.phx.gbl microsoft.public.sqlserver.programming:548103
Hello,
Can someone recommend a good book that explains the various common design
and query errors that can happen in SQL? Things like fan and chasm traps,
circular references, etc.
Many Thanks.SQL PROGRAMMING STYLE|||Is the whole book in caps, or just the title :)
----
Louis Davidson - http://spaces.msn.com/members/drsql/
SQL Server MVP
"Arguments are to be avoided: they are always vulgar and often convincing."
(Oscar Wilde)
"--CELKO--" <jcelko212@.earthlink.net> wrote in message
news:1124756158.408802.294350@.g44g2000cwa.googlegroups.com...
> SQL PROGRAMMING STYLE
>|||Here is a small set
http://toponewithties.blogspot.com/...es.blogspot.com
"Bill George" <WovenPath@.frontiernet.net> wrote in message
news:101FE72.4F78%WovenPath@.frontiernet.net...
> Hello,
> Can someone recommend a good book that explains the various common design
> and query errors that can happen in SQL? Things like fan and chasm traps,
> circular references, etc.
> Many Thanks.
>