28 lines
997 B
Markdown
28 lines
997 B
Markdown
# 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 3–6 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---
|