This repository contains a data engineering project that migrates data from an on-premise StackOverflow SQL Server database by Brent Ozar to Azure SQL and visualizes it with Power BI for reporting.
Data Access Migration Toolkit (DAMT) is a VS Code extension that help users identify SQL code in application source code when migrating from one DB to another and identify SQL compatibility issues.
I'm doing some development on a dev server of ours for a site that's currently live on another server. They have their own server with a SQL Server database holding the data for the live site. So as ...