Deploy Page, Project Designer

This page applies only to SQL Server Projects.

To access this page, with a SQL Server project node selected in Solution Explorer, from the Project menu select Properties. When the Project Designer appears, click the Deploy tab.

Configuration and Platform

  • Configuration
    Specifies which configuration settings to display or modify.

  • Platform
    Specifies which platform settings to display or modify.

Deployment Options

  • Deploy Code
    Select this check box to deploy source code for the database objects in your SQL Server project. When this option is selected, the source files for your project (for example, scripts in a .sql file or stored procedures in a .vb file) are copied to the target computer and are readable to anyone with access to that server path.

See Also

Tasks

How to: Deploy SQL Server Project Items to a SQL Server

Concepts

SQL Server Projects

Other Resources

Creating SQL Server 2005 Objects in Managed Code

Projects, User Interface Elements