How to: Create a SQL Server Project (C+)

To create a SQL Server class library application, use the SQL Server Project template, which is available from the New Project Dialog Box.

To create a SQL Server Class Library

  1. On the File menu, point to New, and then click Project.

    The New Project dialog box appears.

  2. In the Project Types pane, select the Visual C++ node. In the Templates pane, select the SQL Server Project template.

  3. In the Name box, enter a unique name for your application.

  4. Click OK.

    A new solution, which contains the new SQL Server class library application, will open in the Visual Studio Integrated Development Environment (IDE), which automatically prompts you to add a database reference. For more information, see Add Database Reference Dialog Box.

See Also

Concepts

Visual C++ Projects

Reference

SQL Server Project Template