SQL Server 表数据核对
原名:sql-server-table-reconciliation
比较不同 SQL Server 表的结构、行数和字段差异,形成迁移或 ETL 核对报告。
中文 Skills 技能说明
适合数据迁移、同步和生产与预发布环境比对。默认使用只读查询并控制批次,连接信息和业务数据需要脱敏;修复差异或批量写入不属于自动步骤。
上游能力依据
上游原始适用说明:Use when: comparing SQL Server tables across instances, data migration validation, ETL verification, row mismatch detection, schema drift, reconciliation report, production vs staging comparison. Uses mssql-python driver with Apache Arrow for fast columnar data transfer and comparison.
上游 SKILL.md 主要章节(保留原文标题):
- Workflow
- Collect Inputs
- Bundled Script
- Optional arguments
- Example invocations
- Prerequisites
- Comparison Rules
- Hash-Based Optimization (for large tables)
- Report Format
- Performance Considerations
使用边界
先确认数据口径、只读或写入权限以及备份方案。查询结果需要说明范围,任何结构或数据变更都应先预览并人工确认。
作者、翻译与许可证
- 原作者
- GitHub, Inc. 与 awesome-copilot contributors
- 中文翻译
- CEOFans翻译
- 许可证
- MIT
- 上游来源
- https://github.com/github/awesome-copilot/tree/3f0bba475ec40b9680e1d0311b9caffeec5ad4c3/skills/sql-server-table-reconciliation
适用范围
平台:linux、macos、windows;标签:数据与数据库、SQL Server 表数据核对
安全提示
基础静态扫描不等于绝对安全。技能可能调用命令、浏览器、云服务或本地文件,请在最小权限环境中使用,高风险操作必须人工确认。
如发现侵权、许可证或安全问题,可在本页前台提交投诉,管理员复核后可立即下架。