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
 General SQL Server Forums
 New to SQL Server Programming
 Getting the work with Transact-SQL

Author  Topic 

santana
Yak Posting Veteran

72 Posts

Posted - 2010-02-22 : 03:44:46
Hi, I have a relational database in SQL Server 2005. The client uses Business Objects as a tool for final reports. But it increasingly difficult to simulate the previous months without these months are stored in a Data Warehouse database. I have to work with a lot of dates and try to simulate a Data Warehouse. They do not have any ETL tool.I would like to know if I can create a model of DW with dimension tables and fact, I could load them using Transact-SQL? I've never worked with Transact-SQL, it would be very difficult for me to create these processes in Transact-SQL?

Thanks!

Regards,
Santana

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-02-22 : 08:08:59
we make use ssis as etl tool. We write ssis packages for populating dimensions/facts and write t-sql stored procedures for implementing additional business logic

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -