To create database objects, you must first 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
to create the data development 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.