Skip to content

Xushlin/FFCG.SSIS

 
 

Repository files navigation

Forefront Consulting Group Sql Server Integration Services Tools

Wrappers for SQL queries to the SSIS database.

Introduction

This is a simple WCF service wrapper for a few of the operations that the SSIS database exposes. To avoid linking SSIS dll's the service connects to the database and calls stored procedures.

It accesses views in the SSISDB.catalog schema, but does not write anything except through stored procedures.

It is under development and currently exposes basic functionality for listing, running and checking packages.

API

The service exposes the following methods.

ExecutePackage

Execute a package on the SSIS server.

GetPackage

Get package information for a single package.

ListPackages

Lists packages in a project.

ListOperations

Lists operations that are running / have run for a package.

GetOperation

Fetches operation details for a single operation.

ListOperationMessages

Lists operation messages generated by an operation.

ListFolders

Lists all folders.

GetFolder

Gets folder details for a single folder.

ListProjects

Lists projects in a folder.

GetProject

Gets project details.

License

You are free to use this change/update this application for whatever purpose you need. The application is provided as is with all source code. The developer of this project is not resposible for the stability of the code. Feel free to contact the author if you make any extensions / additions you feel should be in the solution.

This application uses the following libraries, besides standard microsoft libraries.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 66.9%
  • JavaScript 33.1%