SET NOCOUNT ON

Below articles explains the importance of using SET NOCOUNT in SQL Stored Procedures and how it will improve the performance.

How to run UPDATE/INSERT/DELETE Statements on Azure SQL Database in Microsoft Fabric Notebook...

You can run UPDATE/INSERT/DELETE Statements on Azure SQL Database in Microsoft Fabric Notebook using Python SQL Driver - pyodbc.  For the Fa...