Microsoft SQL Server 7 Data Warehousing Technical Support Training Kit
Advanced DTS
Review Questions
- Where can DTS packages be stored?
- What is the main benefit of storing DTS packages in the Microsoft Repository?
- What are the components of a package version, and when are they generated?
- What are the possible passwords on a package, and what effect do they have?
- In your DTS package, you have created a SQL task that drops the indexes on a number of tables. You have also created three data transformations. The SQL task must run before the three data transformations run. What must you do to ensure that the package executes correctly?
In Microsoft Repository, SQL Server, and COM-structured files
If a DTS package is stored in the Microsoft Repository, the metadata for the package is available to repository tools and data lineage can be tracked for the package.
Package ID is generated when the package is created, and version ID is generated when the package is created and whenever the package is updated.
The owner password is required to view or edit the package, and the user password is required to execute the package. When passwords have been set for the package, the package contents are stored in an encrypted format.
Add success precedence constraints from the SQL task to each of the data transformations. To do this, perform the following steps for each data transformation. Highlight the SQL task and the source connection for the data transformation. Right-click the connection and select Success on the Workflow submenu.
Категории