EzApi2012 0.0.3

dotnet add package EzApi2012 --version 0.0.3
NuGet\Install-Package EzApi2012 -Version 0.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EzApi2012" Version="0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EzApi2012 --version 0.0.3
#r "nuget: EzApi2012, 0.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EzApi2012 as a Cake Addin
#addin nuget:?package=EzApi2012&version=0.0.3

// Install EzApi2012 as a Cake Tool
#tool nuget:?package=EzApi2012&version=0.0.3

EzApi2012

Fork of EzApi adapted for SQL Server 2012 version. Stand-alone edition forked by KoureasS & GitHub.

Instructions

SQLServer2012EzApi is producing SQL Server Packages with the following charateristics:

  1. Build --> 11
  2. PackageFormatVersion --> 6
  3. TargetSQLServerVersion --> 2012
  4. 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 SQLServer2008EzApi --> SQLServer2012EzApi

  1. EzProject.Project
  2. EzProject.PackageItems
  3. EzProject.ConnectionManagerItems
  4. EzProject.Parameters
  5. EzProject.Password
  6. EzProject.CreationDate
  7. EzProject.CreatorName
  8. EzProject.Description
  9. EzProject.ID
  10. EzProject.Name
  11. EzProject.ProtectionLevel
  12. EzProject.VersionBuild
  13. EzProject.VersionComments
  14. EzProject.VersionMajor
  15. EzProject.VersionMinor
  16. EzProject.AddPackage
  17. EzProject.InsertPackage
  18. EzProject.RemovePackageAt
  19. EzProject.RemovePackage
  20. EzProject.AddConnectionManager
  21. EzProject.RemoveConnectionManagerAt
  22. EzProject.RemoveConnectionManager
  23. EzProject.AddProjectParameter
  24. EzProject.RemoveParameter
  25. EzProject.OpenProject
  26. EzProject.CloseProject
  27. EzProject.SaveTo
  28. EzProject.SaveAs
  29. EzProject.Save
  30. EzSourceDestinationProject.AddPackage
  31. EzSourceDestinationProject.AddAdoNetPackage
  32. EzSourceDestinationProject.AddOleDbPackage
  33. EzSourceDestinationProject.AddOleDbToFilePackage
  34. EzSourceDestinationProject.AddFlatFileToOleDbPackage
  35. EzTransformProject.AddPackage
  36. EzTransformProject.AddAdoNetPackage
  37. EzTransformProject.AddOleDbPackage
  38. EzTransformProject.AddOleDbToFilePackage
  39. EzTransformProject.AddFlatFileToOleDbPackage

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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.

Version Downloads Last updated
0.0.3 223 3/13/2023
0.0.2 201 3/13/2023
0.0.1 199 3/10/2023

SAMPLE.md