microsoft / microsoft/CSS_SQL_Networking_Tools
SQLTrace suggestion
还没有人认领这个 Issue。
- 主要语言
- C#
- 星标
- 209
- 派生
- 59
- PR 合并指标
- 30 天内没有已合并 PR
描述
Since SQL Trace collects so many files, it may be beneficial to have the trace file zip everything at the end of the process so the customer can upload just that zip file. Before we had SQLTrace, I wrote out my own script with the following:
POWERSHELL -command "Compress-Archive -Path .\SQLTrace -DestinationPath .%computername%_SQLTrace.zip"
ECHO.
ECHO I have zipped the contents of this directory as %computername%_SQLTrace.zip, stored in the same directory you ran the batch file from.
ECHO Please upload this file to the DTM site provided by your support engineer.
ECHO I have also paused the batch file so you can review the command buffer.
ECHO.
PAUSE
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先找到收集其文件的 SQLTrace 进程,并将提供的 PowerShell Compress-Archive 命令作为所请求的打包行为进行审查。完成的标准是在进程结束时将 trace 内容归档到客户可上传的 zip 中,并附带上传消息。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- powershell, sql
- 领域
- databases, tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100