Oct 16 2023 11:58 AM - edited Oct 16 2023 11:59 AM
Please advise. We are planning to migrate our OLTP database from SQL 2014 to SQL 2022. We are looking for a tool that can be run against our 2014 database to analyze and identify any deprecated or obsolete programmability SQL code constructs. We expect the tool to give a report that can help in refactoring to SQL 2022-supported SQL constructs.
Oct 16 2023 10:46 PM
@smedikonda for this you can use the free Microsoft tool DMA = "Data Migration Assistant", see
Overview of Data Migration Assistant (SQL Server) - SQL Server | Microsoft Learn
Download Data Migration Assistant from Official Microsoft Download Center
Oct 18 2023 01:09 PM
Oct 18 2023 09:57 PM
@smedikonda wrote:
@olafhelper... Thank you for the reply. We checked that tool, Data Migration Assistant the generated report not helping to analyze the existing SQL 2014 Database regarding the Stored procedures, functions, and Queries to find the deprecated or obsolete code constructs.
@smedikonda , it do.