Forum Discussion
SQL Server Stored Procedure and SSIS Package migration to Microsoft Fabric
if you have budget consider carefully this process because it could be a longer journey then expected.
you can't do lift and shift and you're jumping on a different platform.
for example, if your datawarehouse runs on SQL Server, in Fabric you'll find Warehouse that behind the scenes runs SQL Server in a distributed environment therefore the same T-SQL may run faster, slower or not run at all (there's no 100% compatibility for T-SQL).
moreover you must keep in mind there're unsupported features (enforced constraints, indexes, etc.).
you may also consider to revist patterns, things you did in multiple steps in SSIS may become one single activity in Data Pipeline or would better to approach it in a code way with T-SQL (copy into) or notebooks to lower CUs usage.
and much more...