Adeel Ahmed
2009-03-31 12:21:04 UTC
Hi,
I am planning for database warehousing in SQL Server 2005 but confused where
to start.
Actually we have a web site in Classic ASP that is running on production
from 6 years and now we are planning to convert this site into ASP.Net C#,
Since the site is live from six years the database size is huge specially
our two tables that has the visitor information.
I have following question regarding DW:
Q1: I want to create a DW and needs to transfer historical data (that is
older than 1 month) from live database, so what is the best recommended tool
OR technique to transfer historical data from live database to DW database
in SQL Server 2005? (Replication OR SSIS Package) I just want to retain only
current month data in live database.
Q2: We have created lots of reports in classic ASP and I want to use that
reports on real time database as well as historical database, for e.g. if
the visitor select date within one month than records should pull from Live
database but if visitor select older date than records should pull from
historical DW database. And what if the user select date from current year
than records should pull from historical and live database both. So what is
the recommended way to achieve that goal? Do we manually check the date
criteria on each report and change the data source according to it?
Q3: What should be application architecture?
I will appreciate any help regarding Data warehouse.
Thanks
I am planning for database warehousing in SQL Server 2005 but confused where
to start.
Actually we have a web site in Classic ASP that is running on production
from 6 years and now we are planning to convert this site into ASP.Net C#,
Since the site is live from six years the database size is huge specially
our two tables that has the visitor information.
I have following question regarding DW:
Q1: I want to create a DW and needs to transfer historical data (that is
older than 1 month) from live database, so what is the best recommended tool
OR technique to transfer historical data from live database to DW database
in SQL Server 2005? (Replication OR SSIS Package) I just want to retain only
current month data in live database.
Q2: We have created lots of reports in classic ASP and I want to use that
reports on real time database as well as historical database, for e.g. if
the visitor select date within one month than records should pull from Live
database but if visitor select older date than records should pull from
historical DW database. And what if the user select date from current year
than records should pull from historical and live database both. So what is
the recommended way to achieve that goal? Do we manually check the date
criteria on each report and change the data source according to it?
Q3: What should be application architecture?
I will appreciate any help regarding Data warehouse.
Thanks