Database Schema and Structure Analysis
Overview
This workshop represents the foundational step in establishing a comprehensive data governance program. A database inventory is critical for data governance because you cannot govern what you don't know exists.
This activity creates the baseline documentation needed for:
Data Asset Management: Understanding what data assets exist across the organization
Risk Assessment: Identifying potential vulnerabilities and compliance gaps
Ownership Assignment: Establishing clear data stewardship responsibilities
Policy Application: Determining which governance policies apply to specific datasets
Compliance Mapping: Ensuring regulatory requirements are properly addressed
Required Attendees:
Database Administrator (Technical Lead)
Data Governance Officer
Business Process Owners for Each Schema
Information Security Representative
Compliance/Legal Representative (if regulated industry)
The following workshops are designed to give you an overview of how to manually conduct an analysis of your database schemas.
x
x
DBeaver
DBeaver Community is a free cross-platform database tool for developers, database administrators, analysts, and everyone working with data. It supports all popular SQL databases like MySQL, MariaDB, PostgreSQL, SQLite, Apache Family, and more.
From the drop-down list, select SQL Server

Enter the connection details:
Host
localhost / pdc.pentaho.lab
Port
1443
Database / Schema
AdventureWorks2022
Username
sa
Password
StrongPassword123
Show All Schemas
✅ ON
Trust Server Certificate
✅ ON

Click: Test Connection.
Download the database driver.

Successful connection ..!

Expand the Schemas.

x
x
Last updated
Was this helpful?