← Back to work
DatabaseBackend only
Stocks Database Migration (SQL Server → MySQL)
Tables, views, and procedures moved to MySQL 8 with validation.

What they needed
A Stocks analytics database on SQL Server 2019 (dozens of tables, views, and stored procedures) had to run on MySQL 8 — structure and data, with a way to check the conversion.
What I delivered
- Converted schema scripts with and without data
- Tables, views (e.g. scoring views), and stored procedures ported for MySQL
- SOW-aligned migration package from the SQL Server source
Why it helped
Trading/analytics routines keep running on MySQL without staying locked to SQL Server.
Tech in the build
SQL Server 2019 → MySQL 8Stored proceduresViews
Access
Backend-only (database migration)