Delete Packages
In SQL Server Data Tools (SSDT), you can delete packages listed as saved to the file system. If you delete a package, it is deleted permanently and it cannot be restored to an Integration Services project.
For information about deleting packages stored in other locations, see dtutil Utility.
Note
|
|---|
|
If you want to remove packages from an Integration Services project, but use them in other projects, then you should use the Exclude From Project option instead of the Delete option. |
In the Delete Object dialog box, confirm the deletion by selecting OK.
To delete a package in Business Intelligence
-
In SQL Server Data Tools (SSDT), open the Integration Services project that contains the package you want to delete.
-
In Solution Explorer, right-click the package, and then click Delete.
-
Click OK to confirm the deletion or click Cancel to keep the package.
To delete a package that is stored on the Integration Services Server
-
In SQL Server Management Studio, connect to the Integration Services server. That is, connect to the instance of the SQL Server Database Engine that hosts the Integration Services database.
-
In Object Explorer, expand the tree to display the Integration Services node.
-
Expand the Integration Services node to display the Packages and Configurations nodes.
-
Expand the Packages node to display the list of packages stored on the server.
-
Right-click the package that you want to delete, and select Delete to open the Delete Object dialog box.
-
In the Delete Object dialog box, confirm the deletion by selecting OK.
Note