Local database connections
The Windows client opens the SQL Server connection from the customer device or environment.
SQL SafeOps separates commercial account services from the customer database data plane. The Windows app talks directly to SQL Server; our backend never sits in that path.
The Windows client opens the SQL Server connection from the customer device or environment.
SQL passwords use Windows Credential Manager. Connection profiles contain no plaintext password.
Records, queries, connection strings, database names and table values are excluded from cloud telemetry.
Short-lived JWTs, rotated refresh tokens, OAuth Authorization Code + PKCE and verified identity linking.
Values become SqlParameters. Identifiers must match validated metadata and are quoted defensively.
No UPDATE without a condition, no zero-row execution and no reliable rollback claim without a primary key.
SQL SafeOps does not currently claim SOC 2, ISO 27001, GDPR certification, penetration-test certification or any other independent assurance that has not actually been obtained. Security documentation will evolve with evidence.
Start locally. Keep your database local.