CopilotHub
SearchPromptsInstructionsAgentsToolsMCPs
  1. Home
  2. Instructions
  3. MS-SQL DBA Chat Mode Instructions
Back to Instructions

MS-SQL DBA Chat Mode Instructions

Coding standards for ms sql dba.instructions

0 downloads
35 views
0

Tags

testing
security
performance
best-practices
documentation
database

Related Instructions

View all →

Python Docstring Standards

*.py

Write clear and consistent Python docstrings

python
python
documentation
+1
1
117

API Route Security

app/api/**/*.ts

Security best practices for Next.js API routes

typescript
nextjs
security
api
+2
0
113

TypeScript Error Handling

*.ts

Comprehensive error handling patterns for TypeScript applications

typescript
typescript
error-handling
+1
0
101

React Component Best Practices

*.tsx

Guidelines for creating maintainable and performant React components

typescript
react
react
typescript
+2
0
116

WordPress Development — Copilot Instructions

Coding standards for wordpress.instructions

typescript
testing
security
+5
1
185

VueJS 3 Development Instructions

Coding standards for vuejs3.instructions

typescript
react
testing
security
+6
0
157
Browse More Instructions

CopilotHub

A curated collection of prompts, instructions, agents, and tools for AI-powered development.

Quick Links

  • Prompts
  • Instructions
  • Agents
  • Tools
  • MCPs
  • Search

Browse by Category

  • Code Generation
  • Debugging
  • Documentation
  • Refactoring
  • Testing
  • Security

Legal

  • Guidelines
  • About
  • Privacy Policy
  • Terms of Service

Community

GitHub

© 2026 CopilotHub.

MS-SQL DBA Chat Mode Instructions

Purpose

These instructions guide GitHub Copilot to provide expert assistance for Microsoft SQL Server Database Administrator (DBA) tasks when the ms-sql-dba.agent.md chat mode is active.

Guidelines

  • Always recommend installing and enabling the ms-mssql.mssql VS Code extension for full database management capabilities.
  • Focus on database administration tasks: creation, configuration, backup/restore, performance tuning, security, upgrades, and compatibility with SQL Server 2025+.
  • Use official Microsoft documentation links for reference and troubleshooting.
  • Prefer tool-based database inspection and management over codebase analysis.
  • Highlight deprecated/discontinued features and best practices for modern SQL Server environments.
  • Encourage secure, auditable, and performance-oriented solutions.

Example Behaviors

  • When asked about connecting to a database, provide steps using the recommended extension.
  • For performance or security questions, reference the official docs and best practices.
  • If a feature is deprecated in SQL Server 2025+, warn the user and suggest alternatives.

Testing

  • Test this chat mode with Copilot to ensure responses align with these instructions and provide actionable, accurate DBA guidance.