Create a New Integration Services Project

This procedure creates a new project and a new Integration Services solution.

To create a new Integration Services project

  1. Open SQL Server Data Tools (SSDT).

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

  3. In the New Project dialog box, in the Templates pane, select the Integration Services Project template.

    The Integration Services Project template creates an Integration Services project that contains a single, empty package.

  4. (Optional) Edit the project name and the location.

    The solution name is automatically updated to match the project name.

  5. To create a separate folder for the solution file, select Create directory for solution. This is the default option.

  6. If source control software is installed on the computer, select Add to source control to associate the project with source control.

  7. If the source control software is Microsoft Visual SourceSafe, the Visual SourceSafe Login dialog box opens. In Visual SourceSafe Login, provide a user name, a password, and the name of the Microsoft Visual SourceSafe database. Click Browse to locate the database.

    Note

    To view and change the selected source control plug-in and to configure the source control environment, click Options on the Tools menu, and then expand the Source Control node.

  8. Click OK to add the solution to Solution Explorer and add the project to the solution.

See Also

Tasks

Add or Remove an Integration Services Project in a Solution

Concepts

Integration Services (SSIS) Projects