Microsoft SQL Server 2017+
Automatically discover and classify PII fields in your Microsoft SQL Server database. Our AI scans table schemas and sample data to identify personal information like emails, phone numbers, Aadhaar numbers, and more — helping you build your DPDP data map.
Create a read-only user with minimal privileges:
-- Create a login for Privacy Labs CREATE LOGIN privacylabs_scanner WITH PASSWORD = 'your_secure_password'; -- Create user in your database USE your_database; CREATE USER privacylabs_scanner FOR LOGIN privacylabs_scanner; -- Grant read-only access ALTER ROLE db_datareader ADD MEMBER privacylabs_scanner;
In your admin dashboard, go to Data Discovery → Integrations and click Add Connection.
Choose SQL Server from the list of supported databases.
Fill in your database credentials:
Click Test Connection to verify, then Save.
Go to Data Discovery → Run Discovery and start the scan.
Azure SQL Database: Fully supported. Use your Azure SQL connection string and ensure the firewall allows our IP addresses.
AES-256 encryption at rest.
All connections encrypted in transit.
Connect in under 5 minutes and discover PII fields automatically.
Book a Demo