Fork of EzApi adapted for SQL Server 2008 version. Stand-alone edition forked by KoureasS & GitHub.
SQLServer2008EzApi is producing SQL Server Packages with the following charateristics:
- Build --> 10
- PackageFormatVersion --> 3
- TargetSQLServerVersion --> 2008
- MicrosoftNetFramework --> 3.5
*Based on Microsoft Intructions, SQLServerPackages should be deployed on SQLServer using aligned version of Management Studio. **Management Studio deployment wizard may affect the Build and PackageFormatVersion in case of using a newer version of SSMS for deploying package with older TargetSQLServerVersion version.
2023-03-09 Added EzExecutables.EzPackage.MaxConcurrentExecutables
Creation of SQLServer2008EzApi
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Credits are for Microsoft =)
The project inherits the Microsoft license:
Copyright © Microsoft Corporation. All Rights Reserved.
This code released under the terms of the
Microsoft Public License (MS-PL, http://opensource.org/licenses/ms-pl.html.)