Downloads:
25
Downloads of v 1.0.4:
25
Last Update:
23 May 2025
Package Maintainer(s):
Software Author(s):
- SchemaSmith
- LLC
Tags:
schematongs netfx-4.8.1 .net deployment mssql developer toolsSchemaTongs netfx-4.8.1
- 1
- 2
- 3
1.0.4 | Updated: 23 May 2025
Downloads:
25
Downloads of v 1.0.4:
25
Maintainer(s):
Software Author(s):
- SchemaSmith
- LLC
SchemaTongs netfx-4.8.1 1.0.4
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by SchemaSmith, LLC. The inclusion of SchemaSmith, LLC trademark(s), if any, upon this webpage is solely to identify SchemaSmith, LLC goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install SchemaTongs netfx-4.8.1, run the following command from the command line or from PowerShell:
To upgrade SchemaTongs netfx-4.8.1, run the following command from the command line or from PowerShell:
To uninstall SchemaTongs netfx-4.8.1, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download schematongs-netfx481 --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade schematongs-netfx481 -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade schematongs-netfx481 -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install schematongs-netfx481
win_chocolatey:
name: schematongs-netfx481
version: '1.0.4'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'schematongs-netfx481' do
action :install
source 'INTERNAL REPO URL'
version '1.0.4'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller schematongs-netfx481
{
Name = "schematongs-netfx481"
Version = "1.0.4"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'schematongs-netfx481':
ensure => '1.0.4',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator flcdrg on 24 May 2025.
Shape. Strengthen. Succeed.
SchemaSmithy is a suite of opinionated, metadata-driven tools that treat SQL Server schema like source code—so your database can be versioned, automated, and deployed just like the rest of your tech stack.
Why SchemaSmithy?
Instead of fragile migration scripts and guesswork, SchemaSmithy gives you:
- Schema-as-code clarity with editable metadata.
- Git-friendly workflows and full version control.
- DevOps-ready deployments for CI/CD.
- Domain modeling that maps cleanly to product ownership.
Core Components
Tool | Role |
---|---|
SchemaTongs | Extracts schema metadata from SQL Server. |
SchemaHammer | Edit and refactor metadata in a structured UI (available in the [[Enterprise Edition]]). |
SchemaQuench | Applies metadata to target servers with precision. |
Why Not Migrations?
Migration scripts tell the story of how your schema evolved, but they don’t tell you what it looks like right now. SchemaSmithy is state-based—your metadata repository defines the exact end state of your server at each release.
This means your SQL Server schema is always in sync with your source control. You gain full traceability, the ability to diff per-object changes between builds, and a clear history of what changed, when, and why.
Contrast that with traditional migrations, which require manually piecing together changes across multiple files to understand the final structure. With SchemaSmithy, the current state is always explicit.
Define Product Boundaries
Use SchemaSmithy to:
- Easily model multiple applications or teams in a single server.
- Keep each domain isolated in its own metadata repository.
- Deploy different products at their own cadence depending on their rate of change.
Additional Resources
- Defining Tables
- Metadata
- Product Structure
- Templates
- Script Tokens
- Migration Scripts
- Enterprise Features
- Product Demos
Build Smarter with SchemaSmith
Whether you’re modernizing a legacy application or building a greenfield platform, SchemaSmithy brings discipline and agility to your SQL Server schema lifecycle.
Visit SchemaSmith.com for enterprise licensing, feature comparisons, and more.
$ErrorActionPreference = 'Stop' # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Uninstall-ChocolateyZipPackage -Packagename $env:ChocolateyPackageName -ZipFileName 'SchemaTongs-net481.zip'
From: https://github.com/Schema-Smith/SchemaSmithyFree/tree/main?tab=License-1-ov-file#readme
LICENSE
SchemaSmith Community License (SSCL)
Version 1.0
1. License Grant
SchemaSmith ("Licensor") grants you ("Licensee") a non-exclusive, non-transferable, royalty-free license to use, modify, and distribute the SchemaSmith software ("Software") under the terms of this agreement.
2. Free Use Cases
This license allows free use of the Software under the following conditions:
* Open Source & Academic Use: If you are an individual, open-source project (licensed under an OSI-approved license), or academic institution, you may use the Software freely.
* Non-Production Environments: Any organization may use the Software freely for development, testing or demonstration purposes.
A production environment is defined as an environment that is accessed by end-users of an application, such as an Internet website.
* Individual or Small Company Use: Any company that is not an Enterprise may use the Software freely in production environments.
3. Enterprise Licensing Requirement
A paid enterprise license is required if your organization meets either of the following conditions:
* Your company has more than 50 employees.
* Your company generates more than $5 million USD in annual gross revenue.
4. SaaS & Resale Restriction
If you incorporate the Software into a commercial SaaS product, hosted service, or resale offering, you must obtain a paid enterprise license regardless of company size or revenue.
5. Restrictions
Except as expressly permitted, you may not:
* Remove or modify copyright notices.
* Use the Software for illegal activities.
* Misrepresent the Software as your own proprietary product.
6. Disclaimer of Warranty & Liability
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTIES OF ANY KIND. LICENSOR SHALL NOT BE LIABLE FOR ANY DAMAGES ARISING FROM THE USE OF THIS SOFTWARE.
7. Governing Law
This license shall be governed by the laws of the state of Florida.
For enterprise licensing inquiries, please contact [email protected].
md5: 9725E65E6045CC794E0E0E02F26A2EA7 | sha1: 611B616D858CC5014496BA92EAE2034F5BFA5C5D | sha256: AEEC93ACB6D4C9C02EAFA81822B932128F83BFEAE4A94693E55C5B9F48D0D998 | sha512: E67F46537994ADD97F0CC498F092E343330878F4BC4EDB2081542DEF5E2DA89946244CE98629DB0593AE070F49366E348F70EC9200059100F23A787B48F98A59
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This package is publically available at our github repo at:
https://github.com/Schema-Smith/SchemaSmithyFree/releases/download/v1.0.4/SchemaTongs-net481.zip
You can verify the integrity of the installer by downloading it from the above URL and calculating its SHA256 checksum using the following command:
checksum -t sha256 -f './SchemaTongs-net481.zip'
The checksum should be: AEEC93ACB6D4C9C02EAFA81822B932128F83BFEAE4A94693E55C5B9F48D0D998
The LICENSE.txt file is available at:
https://github.com/Schema-Smith/SchemaSmithyFree/tree/main?tab=License-1-ov-file#readme
Log in or click on link to see number of positives.
- System.ValueTuple.dll (e905d102585b) - ## / 70
- System.Numerics.Vectors.dll (1d3ef8698281) - ## / 72
- System.Buffers.dll (accccfbe45d9) - ## / 70
- System.Threading.Tasks.Extensions.dll (4f81ffd0dc72) - ## / 72
- System.Security.AccessControl.dll (1fda491eebdb) - ## / 69
- System.Security.Principal.Windows.dll (b4d8e15adc23) - ## / 70
- System.IO.FileSystem.AccessControl.dll (e6026501ad40) - ## / 70
- System.Memory.Data.dll (c96801b5f4b0) - ## / 71
- System.Runtime.CompilerServices.Unsafe.dll (37768488e8ef) - ## / 72
- System.Memory.dll (bf3fb84664f4) - ## / 72
- Newtonsoft.Json.dll (e1e27af7b07e) - ## / 72
- System.Security.Cryptography.ProtectedData.dll (cd96124e4295) - ## / 71
- Microsoft.Extensions.Caching.Abstractions.dll (f52ab36af7d6) - ## / 73
- System.ClientModel.dll (a3376615c94a) - ## / 72
- Azure.Identity.dll (0e3cf5c43e12) - ## / 71
- Microsoft.Identity.Client.dll (bcaa10ede80b) - ## / 72
- Microsoft.Identity.Client.Extensions.Msal.dll (52b8071e17b8) - ## / 70
- Microsoft.Extensions.Caching.Memory.dll (c2fdf9f03667) - ## / 72
- Microsoft.Extensions.DependencyInjection.Abstractions.dll (19edd4f5e69a) - ## / 71
- Microsoft.Extensions.Logging.Abstractions.dll (40106d9517df) - ## / 72
- Microsoft.Extensions.Options.dll (7370c72f875d) - ## / 73
- System.Diagnostics.DiagnosticSource.dll (1887592615fc) - ## / 71
- Microsoft.Bcl.AsyncInterfaces.dll (707ddc8b6a41) - ## / 71
- System.IO.Pipelines.dll (aeaa7d8a0867) - ## / 72
- System.Text.Encodings.Web.dll (4f35180cb376) - ## / 72
- System.Text.Json.dll (7263cee88a60) - ## / 66
- SchemaTongs-net481.zip (aeec93acb6d4) - ## / 64
- Azure.Core.dll (dfaf0994f7e3) - ## / 66
- log4net.dll (6280a0ed1d2d) - ## / 73
- Microsoft.Bcl.Cryptography.dll (a1d70d2c55af) - ## / 62
- Microsoft.Data.SqlClient.dll (84d6dd55fab1) - ## / 72
- Microsoft.Data.SqlClient.SNI.arm64.dll (73b61c3381e3) - ## / 71
- Microsoft.Data.SqlClient.SNI.x64.dll (7e37c5bba3da) - ## / 72
- Microsoft.Data.SqlClient.SNI.x86.dll (16efa76f220e) - ## / 72
- Microsoft.Data.Tools.Sql.BatchParser.dll (e6d80c15a331) - ## / 72
- Microsoft.Extensions.Configuration.Abstractions.dll (b7d99dd41a65) - ## / 72
- Microsoft.Extensions.Configuration.dll (a71a42173f48) - ## / 72
- Microsoft.Extensions.Configuration.EnvironmentVariables.dll (a025e5b76781) - ## / 71
- Microsoft.Extensions.Configuration.FileExtensions.dll (c36317734273) - ## / 72
- Microsoft.Extensions.Configuration.Json.dll (4c67a1c02e67) - ## / 72
- Microsoft.Extensions.Configuration.UserSecrets.dll (8d5b1fae06be) - ## / 72
- Microsoft.Extensions.FileProviders.Abstractions.dll (ada1ffae1937) - ## / 72
- Microsoft.Extensions.FileProviders.Physical.dll (488b5a43347b) - ## / 72
- Microsoft.Extensions.FileSystemGlobbing.dll (265cd72f30a2) - ## / 71
- Microsoft.Extensions.Primitives.dll (916a171266be) - ## / 72
- Microsoft.IdentityModel.Abstractions.dll (dd732ef0ecec) - ## / 73
- Microsoft.IdentityModel.JsonWebTokens.dll (9e76dd0cc3b5) - ## / 73
- Microsoft.IdentityModel.Logging.dll (81321da61536) - ## / 71
- Microsoft.IdentityModel.Protocols.dll (bd25ef6a1f2c) - ## / 70
- Microsoft.IdentityModel.Protocols.OpenIdConnect.dll (c87219550f74) - ## / 72
- Microsoft.IdentityModel.Tokens.dll (760ce4ed8a1f) - ## / 70
- Microsoft.SqlServer.ConnectionInfo.dll (c7c6e1710755) - ## / 72
- Microsoft.SqlServer.Dmf.Common.dll (2a880972bd87) - ## / 72
- Microsoft.SqlServer.Dmf.dll (61eb357b2c06) - ## / 69
- Microsoft.SqlServer.Management.Collector.dll (afcbe853fcd4) - ## / 72
- Microsoft.SqlServer.Management.CollectorEnum.dll (aa776943c302) - ## / 72
- Microsoft.SqlServer.Management.HadrData.dll (7f7770037f14) - ## / 72
- Microsoft.SqlServer.Management.HadrModel.dll (51404d06e305) - ## / 72
- Microsoft.SqlServer.Management.RegisteredServers.dll (e320b216da6c) - ## / 70
- Microsoft.SqlServer.Management.Sdk.Sfc.dll (aac4cdb4d6a3) - ## / 72
- Microsoft.SqlServer.Management.SqlScriptPublish.dll (cc78db2d8cde) - ## / 72
- Microsoft.SqlServer.Management.XEvent.dll (18f58d753d5f) - ## / 72
- Microsoft.SqlServer.Management.XEventDbScoped.dll (f04436b0dded) - ## / 72
- Microsoft.SqlServer.Management.XEventDbScopedEnum.dll (ef0750fa5fc9) - ## / 72
- Microsoft.SqlServer.Management.XEventEnum.dll (f1d605472fd4) - ## / 72
- Microsoft.SqlServer.PolicyEnum.dll (2472b2387f69) - ## / 72
- Microsoft.SqlServer.RegSvrEnum.dll (f747e2575abf) - ## / 72
- Microsoft.SqlServer.ServiceBrokerEnum.dll (b861b6f462dd) - ## / 72
- Microsoft.SqlServer.Smo.dll (b4da71f6395e) - ## / 72
- Microsoft.SqlServer.Smo.Notebook.dll (7fb249efa1eb) - ## / 72
- Microsoft.SqlServer.SmoExtended.dll (73b5d4bad88f) - ## / 71
- Microsoft.SqlServer.SqlClrProvider.dll (8d3cffba36b0) - ## / 72
- Microsoft.SqlServer.SqlEnum.dll (8f310ba91933) - ## / 70
- Microsoft.SqlServer.SqlWmiManagement.dll (b0a4f11a90d3) - ## / 72
- Microsoft.SqlServer.WmiEnum.dll (43126586199f) - ## / 72
- Schema.dll (5e3dd4862ee0) - ## / 72
- SchemaTongs.exe (a41b6c128b9a) - ## / 72
- System.IdentityModel.Tokens.Jwt.dll (3f116a63b66f) - ## / 70
- System.Security.Cryptography.Pkcs.dll (89436836e39a) - ## / 72
- Microsoft.Data.SqlClient.resources.dll (e4504c91f69e) - ## / 72
- Microsoft.Data.SqlClient.resources.dll (e0c541389448) - ## / 71
- Microsoft.Data.SqlClient.resources.dll (223f3b896255) - ## / 72
- Microsoft.Data.SqlClient.resources.dll (da7af6af8011) - ## / 72
- Microsoft.Data.SqlClient.resources.dll (0e88475b1814) - ## / 72
- Microsoft.Data.SqlClient.resources.dll (4a0162482eb1) - ## / 72
- Microsoft.Data.SqlClient.resources.dll (705f8b63d23c) - ## / 72
- Microsoft.Data.SqlClient.resources.dll (c8856ed6af4f) - ## / 72
- Microsoft.Data.SqlClient.resources.dll (89990bf9518c) - ## / 72
- Microsoft.Data.SqlClient.resources.dll (22c481ba26c0) - ## / 72
- Microsoft.Data.SqlClient.resources.dll (296f01ba1f10) - ## / 72
- Microsoft.Data.SqlClient.resources.dll (daba0bffa1ef) - ## / 72
- Microsoft.Data.SqlClient.resources.dll (4b28eda24cba) - ## / 72
- schematongs-netfx481.1.0.4.nupkg (6c78f6cde954) - ## / 64
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
2025 SchemaSmith, LLC
This package has no dependencies.
Ground Rules:
- This discussion is only about SchemaTongs netfx-4.8.1 and the SchemaTongs netfx-4.8.1 package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or SchemaTongs netfx-4.8.1, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.