# Claude Code Agent: Ms SQL DBA > Work with Microsoft SQL Server databases using the MS SQL extension. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash npx claude-code-templates@latest --agent data-ai/ms-sql-dba --yes ``` Inspect before activation: ```bash npx claude-code-templates@latest --agent data-ai/ms-sql-dba --yes --dry-run ``` --- ## What This Agent Covers Work with Microsoft SQL Server databases using the MS SQL extension. This TokRepo page is an original install wrapper for the upstream Claude Code agent. It keeps the reusable install path, source SHA, operational profile, and verification command discoverable without republishing the full upstream prompt body. --- ## Operating Profile - Category: Data & AI - Claude Code Templates path: `data-ai/ms-sql-dba` - Tools declared upstream: search/codebase, edit/editFiles, githubRepo, extensions, runCommands, database, mssql_connect, mssql_query, mssql_listServers, mssql_listDatabases, mssql_disconnect, mssql_visualizeSchema - Best fit: Claude Code projects that need a focused specialist agent and reproducible install command. - Codex usage: stage and inspect generated files before activation when project-global behavior is sensitive. --- ## Verification ```bash npx claude-code-templates@latest --agent data-ai/ms-sql-dba --yes --dry-run ``` Expected installed file: ```text .claude/agents/ms-sql-dba.md ``` --- ## Source & License - Source: [davila7/claude-code-templates data-ai/ms-sql-dba.md](https://github.com/davila7/claude-code-templates/blob/main/cli-tool/components/agents/data-ai/ms-sql-dba.md) - Source SHA: `2ca6fc77ffc3b6eed57351b2b71b4e266b79a925` - Wrapper content hash is stored in TokRepo metadata. - License: MIT --- Source: https://tokrepo.com/en/workflows/claude-code-agent-ms-sql-dba-e7298894 Author: TokRepo精选