Fork of EzApi adapted for SQL Server 2022 version. Stand-alone edition forked by KoureasS & GitHub
SQLServer2022EzApi is producing SQL Server Packages with the following charateristics:
*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
Major changes from SQLServer2019EzApi --> SQLServer2022EzApi
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
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.)