Skip to main content

Enterprise MSF Agile (with CobiT)

Go Search
Home
  
Enterprise MSF Agile (with CobiT) > Wiki Pages > Activity - Modify Generated Scripts (Create a Quality of Service Requirement)  

Activity - Modify Generated Scripts (Create a Quality of Service Requirement)

Activity Information

Modify Generated Scripts

Description

The database project is scoped at the database level and therefore does not support required server-level objects directly. In addition, some other schema object types are not directly supported in the project. However, these objects can easily be added to the pre and post deployment scripts. Therefore it is important at project creation to appropriately modify these scripts to include the required objects. There may be other SQL statements that you want to add before and after the deployment. These should be added here as well.

Attributes

CategoriesPlan

Steps

  1. Modify Pre-Deployment Script:
    Add Server Logins to the pre-deployment script so that users can be appropriately mapped to logins.

    Add Keys & Certificates to the pre-deployment script.

    Add Linked Servers to the pre-deployment script.

    Add Custom Errors to the pre-deployment script.

  2. Modify Post-Deployment Script:
    Add Permissions to the post-deployment script so that schema objects have the appropriate grant, deny, and revoke permissions after creation.

    Add Signatures to the post-deployment script.

    Add stock data that you want to associate with your database project as a post-deployment script by adding insert statements for this data.

Inputs and Outputs

WorkProductInputOutputAllowable States
Code(none)

Predecessors

TypeNameDependency Type
Configure Build and Deploy SettingsFinish-Start

Successors

TypeNameDependency Type
Verify Database ProjectFinish-Start

Last modified at 1/17/2008 11:18 PM  by Administrator