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:
- From the menu bar, select . The New Data Development Project
wizard opens.
- In the Project Name field, type SPDevelopment,
and click Next.
- In the Connections box, select SAMPLE4tutorial
and browse its properties to confirm that this is the correct database.
- Click Finish.
The new project is displayed in the Data Project Explorer
view.