Visual InterDev

Managing Database Projects

If you're managing enterprise databases in Microsoft® Visual InterDev™, database projects give you a big advantage: complete control over your database, its structure, and its data. Database projects make this possible through SQL scripts, files that you can use to build the database and populate it with data. These files and the folders that contain them in the database project can be put under source control for even greater control.

When you create a database project and add a data connection, the database is displayed in the Data View window, and you can manipulate the objects in the database using the Microsoft® Visual Database Tools (the Database Designer and Query Designer).

You can use the same data connection in a Web project and a database project. This allows you to maintain control over databases whose data you want to display on Web pages.

Using database projects in addition to Web projects gives you the following benefits:

To See
Create a new database project Creating a Database Project
Create database objects and populate a database Populating a Database Project

Working with SQL Scripts

Put database files under source control Adding Source Control to a Database Project
Use database projects and Web projects together to manage, display, and deploy databases Using Database Projects and Web Projects Together
Understand how the various database features of Visual InterDev are used together Data Access Architecture
Use the Visual Database Tools with database projects Working with Database Projects
Use the Data View window with a database in your database project Managing Databases in Data View