AWS Database Blog

Sai Krishna Namburu

Author: Sai Krishna Namburu

Sai Krishna Namburu, a Delivery Consultant with AWS Professional Services in Hyderabad, specializes in AI-driven database migrations and optimization, leveraging his expertise in database architecture to help customers implement efficient, streamlined transformations from commercial to open-source databases.

Automate the schema validation process for multiple databases like SQL Server, Oracle, PostgreSQL, and MySQL databases using Python

In the post, Validate database objects post-migration from Microsoft SQL Server to Amazon RDS for PostgreSQL and Amazon Aurora PostgreSQL, we explained the manual process to run relevant queries at source and target and match the output to identify the gaps post-migration. Because it’s a tedious job to validate all the available database objects, table […]

Validate database objects post-migration from Microsoft SQL Server to Amazon RDS for PostgreSQL and Amazon Aurora PostgreSQL

Database object validation plays a key role in the database migration process. It’s the process of determining whether all the source database objects have been successfully migrated to the target database by comparing their types and counts. If you miss the validation phase, you may encounter run time errors due to missing database objects which […]