Here the observations I will share with you:
- Use SSIS to extract and load data from one or mutliple sources to one destination or multiple destinations.
- Use a stored procedure to update the data instead of using e.g. a SCD component.
- Use SQL Statement for grouping, filtering or sorting a query result instead of e.g. a Sort component
- If the data to join comes from different sources then extract and load first the data in tables of the same e.g Staging area and then use a SQL Select statement where the join conditions will be indexed.
No comments:
Post a Comment