Hi I am developing a number of ETL processes for a data warehouse to move data from transactional DB to the data warehouse.
I am using stored procedures - one per destination table.
What is the best practice to have stored procedures in transactional DB or the data warehouse?
Are there any advantages of one over the other?
Thanks, Alexander.