Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 645 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 645 Bytes

BimlGen

BimlGen is a basic and untested C# WPF application used to generate a BIML file for a database using SQL Server Managemet Objects (SMO). The application connects to a database and gathers metadata using SQL SMO to build a BIML (XML) file that can be used to generate SSIS Packages.

Note: For this to work, you must have SQL SMO installed in your local environment. The latest version of SQL SMO can be downloaded as part of the SQL Server 2012 Feature Pack.