Files
jr-sql-ai/prompts/sqlserver_qna.md

28 lines
997 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# SQL Server 2022 Q&A Template (Copy & Paste)
Zweck: Freie technische Fragestellungen zu SQL Server 2022 strukturiert beantworten lassen.
Hinweis: Keine DB-Verbindung, nur Analyse/Planung/Empfehlung.
## Frage
<PASTE QUESTION HERE>
## Kontext (optional, aber hilfreich)
- SQL Server: 2022 (ja/nein)
- DB Kompatibilitätslevel:
- Collation aktuell (DB + betroffene Spalten):
- Umfang: Anzahl Tabellen/Spalten grob, Rowcounts grob:
- Data profile: nur west-europäisch / international / Emojis / CJK / gemischt:
- Clients/Apps: .NET / JDBC / ODBC / ETL Tool:
- Schnittstellen: CSV/JSON/XML, Data Warehouse, Replication, Linked Servers:
- Non-functional: Downtime-Fenster, Rollback-Anforderung, Performance-SLA:
## Erwartete Ausgabe (bitte strikt)
1) Kurzfazit (Empfehlung in 36 Bulletpoints)
2) Optionen (A/B/C) mit Vor- & Nachteilen
3) Risiken & Checks (Checkliste)
4) Konkreter Plan / Next Steps (inkl. DDL/T-SQL Snippets wenn sinnvoll)
---BEGIN QUESTION---
<PASTE HERE>
---END QUESTION---