< Previous | Next >

Creating a project for stored procedure development

In order to create database objects, you must create a data development project in which to store the objects. Each data development project is associated with a single database connection. In this tutorial, you use the connection information from the SAMPLE4tutorial connection that you created in the last exercise to create the project.

To create a project for stored procedure development:

  1. From the menu bar, select File > New > Data Development Project. The New Data Development Project wizard opens.
  2. In the Project Name field, type SPDevelopment, and click Next.
  3. Under Use an existing connection, select SAMPLE4tutorial and browse its properties to confirm that this is the correct database.
  4. Click Finish.
The new project is displayed in the Data Project Explorer view.
< Previous | Next >