EzApi2014 0.0.3
dotnet add package EzApi2014 --version 0.0.3
NuGet\Install-Package EzApi2014 -Version 0.0.3
<PackageReference Include="EzApi2014" Version="0.0.3" />
paket add EzApi2014 --version 0.0.3
#r "nuget: EzApi2014, 0.0.3"
// Install EzApi2014 as a Cake Addin #addin nuget:?package=EzApi2014&version=0.0.3 // Install EzApi2014 as a Cake Tool #tool nuget:?package=EzApi2014&version=0.0.3
EzApi2014
Fork of EzApi adapted for SQL Server 2014 version. Stand-alone edition forked by KoureasS & GitHub.
Instructions
SQLServer2014EzApi is producing SQL Server Packages with the following charateristics:
- Build --> 12
- PackageFormatVersion --> 8
- TargetSQLServerVersion --> 2014
- MicrosoftNetFramework --> 4.0
*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.
Updates
2023-03-09 Added EzExecutables.EzPackage.MaxConcurrentExecutables
Changelog
Major changes from SQLServer2012EzApi --> SQLServer2014EzApi
- EzComponents.EzComponent.SetOutputSorted
- EzComponents.EzComponent.SetOutputColumnErrorRowDisposition
- EzComponents.EzComponent.SetOutputColumnTruncationRowDisposition
- EzComponents.EzComponent.UnmapColumn
- EzComponents.EzComponent.UnmapAllInputColumns
- EzComponents.EzOleDbAdapter.SQLCommandVariable
- EzComponents.EzRowCount
- EzComponents.EzDerivedColumn
- EzConnections.EzConnectionManager.SetExpression
- EzConnections.EzFlatFileCM.DefineColumnsInCM
- EzExecutables.EzContainer.DelayValidation
- EzExecutables.EzSequence.DtsProperties
- EzExecutables.EzSequence.SetExpression
- EzExecutables.OleDBDataTypes
- EzExecutables.EzForEachLoop.ForEachVariableMappings
- EzExecutables.EzPackage.Configurations
- EzExecutables.EzPackage.EnableConfigurations
- EzExecutables.EzPackage.DtsEventHandlers
- EzExecutables.EzTask.SetExpression
- EzExecutables.EzExpressionTask
- EzExecutables.EzExecPackage.UseProjectReference
- EzExecutables.EzExecPackage.IDTSParameterAssignments
- EzExecutables.EzExecSqlTask.IsQueryStoredProcedure
- EzExecutables.EzExecSqlTask.IDTSResultBindings
Contributing
- 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 😄
Credits
Credits are for Microsoft =)
License
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.)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
SAMPLE.md