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.
Tip: For an example of how to create a SP-based global change, see Exercise: Creating a Simple SP Based Global Change.