Add a Stored Procedure-based GlobalChangeSpec to Your Visual Studio Project

Add a Global Change Spec (SP) Catalog Item

You begin creating a global change whose business logic is powered by a stored procedure by adding a new catalog item to a catalog project in Visual Studio. Select the Global Change Spec (SP) catalog item template to add a new XML file to your project and boiler plate the basic structure of the spec and stored procedure.

Figure: Select the SP-based Global Change Spec

Figure: The new GlobalChangeSpec created from the catalog item template.

For an example of how to create a SP-based global change, see Exercise: Creating a Simple SP Based Global Change.