Skip to main content

Guard Tables and Data Sources

Overview

In the Jet Data Manager, it is possible to guard data sources and tables so that they will not be deployed and/or executed when the normal deployment and execution of the project is done.

This can be useful in cases where the data in the table needs to be preserved. Examples include tables used to import data from Excel through the SQL Import Wizard or legacy data loaded from an old system which does need to be subsequently reloaded.

Guarding a Table in the staging database or data warehouse

  1. Go to Jet Data Manager, right-click the table, and go to Table Settings.

    mceclip0.png

  2. In the window that opens, on the Data tab, you will see two options for guarding different processes at the bottom:

    It is possible to check one or both of these boxes depending on what the user wishes to guard:.

    Guard on Deployment

    This will guard the table from the normal deployment procedures. If this box is selected the following will occur:

    • Deployment of the table objects (table, fields, and views) will not occur
    • The associated SSIS package or ADO.NET scripts will not be created
    • The data cleansing procedure will not be created

    Guard on Execution

    This will guard the table form the normal execution procedures. If this box is selected the following will occur:

    • The table will not be truncated, which normally deletes all prior data from the table prior to execution
    • No data will be transferred into the table
    • No data cleansing procedures will be run

Guarding a Data Source

  1. Go to Jet Data Manager. In your Business Unit , right-click the data source, and click Data Source Settings.

    mceclip2.png

  2. Select Guard on deployment to prevent the JDM from deploying any tables from the data source and/or Guard on execution to prevent the JDM from executing any table.

  3. Click OK.

Was this article helpful?

We're sorry to hear that.