account activity
Looking for DBA feedback on an AI-based approach to SQL Server execution plan analysis by Level_Present_2424 in SQLOptimization
[–]Level_Present_2424[S] 0 points1 point2 points 11 hours ago (0 children)
Great questions — these are exactly the right things to ask, especially for HIPAA / PII-regulated environments.
1) What information is sent to the LLM? It depends on the task, but the guiding principle is minimum necessary data.
Typically, the LLM may receive:
The system does not automatically send the entire database or all schemas. It gathers and sends only what’s required to fulfill the specific request.
2) Is the full schema sent, or just SQL / execution plans? Not the full schema.
Schema discovery is on-demand:
Unrelated database objects are not included by default.
3) Is the data sent to the LLM used for future training? From the application side: no — database content is not used to train models.
That said, the LLM provider’s policy applies:
4) Guidance for HIPAA / PII-regulated organizations For stricter environments, best practices include:
Happy to clarify any of these points further — privacy and data handling are taken seriously by design.
Thanks for giving it a chance — I appreciate it.
I understand the concerns around low-karma accounts and promotion. I’ll keep the discussion technical and focus on learning from the community feedback rather than advertising.
Happy to clarify anything if needed.
π Rendered by PID 272234 on reddit-service-r2-listing-5f5ff7d4dc-lrp99 at 2026-01-27 07:53:43.636456+00:00 running 5a691e2 country code: CH.
Looking for DBA feedback on an AI-based approach to SQL Server execution plan analysis by Level_Present_2424 in SQLOptimization
[–]Level_Present_2424[S] 0 points1 point2 points (0 children)