READ Free Dumps For Microsoft- 70-463
Question ID 22649 | You are designing a SQL Server Integration Services (SSIS) solution. The solution will contain an SSIS project that includes several SSIS packages. Each SSIS |
Option A | Use a project deployment model. Modify connection manager properties to use project parameters. Ensure that the SSISDB database is created. |
Option B | Use a project deployment model. Configure connections in an XML configuration file referenced by an environment variable that corresponds to the SQL Server environment of each SSIS package. |
Option C | Use a package deployment model. Use a SQL Server package configuration with a common filter. Change the contents of the SSIS Configurations table at runtime. |
Option D | Use a package deployment model. Save each SSIS package to a file share that can be accessed from all environments. |
Correct Answer | A |
Question ID 22650 | You are designing an extract, transform, load (ETL) process for loading data from a SQL Server database into a large fact table in a data warehouse each day with |
Option A | Partition the destination fact table by date. Insert new data directly into the fact table and delete old data directly from the fact table. |
Option B | Partition the destination fact table by date. Use partition switching and staging tables both to remove old data and to load new data. |
Option C | Partition the destination fact table by customer. Use partition switching both to remove old data and to load new data into each partition. |
Option D | Partition the destination fact table by date. Use partition switching and a staging table to remove old data. Insert new data directly into the fact table. |
Correct Answer | B |