Database Inventory

Overview


Inventory Analysis

Let's jump straight into the deep end ..!

There's are a ton of tools that will help you scan and analyze your DW - Data Warehouse. Once connected to the AdventureWorks2022 database we're going to run an Inventory query:

  • Automated PII detection and risk assessment

  • Usage pattern analysis for optimization

  • Compliance mapping to meet regulatory requirements

  • Operational flags for maintenance & security

  • Data Quality indicators & sizing metrics

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.

  1. From the drop-down list, select SQL Server

  1. Enter the connection details:

Setting
Value

Host

localhost / pdc.pentaho.lab

Port

1443

Database / Schema

AdventureWorks2022

Username

sa

Password

StrongPassword123

Show All Schemas

✅ ON

Trust Server Certificate

✅ ON

Connection to AdventureWorks2022
  1. Click: Test Connection.

  2. Download the database driver.

Download database driver
  1. Successful connection ..!

  1. Expand the Schemas.

Database schemas

Last updated

Was this helpful?