Microsoft Fabric Updates Blog

Staying Updated with IntelliSense in Fabric Warehouse

We’ve added in functionality to IntelliSense in Fabric. will enable developers to write queries efficiently using the new or updated T-SQL statements in Fabric Data Warehouse.

We’ve updated the IntelliSense for the following statements:

  • Result-set Caching ALTER DATABASE <YourArtifactName> SET RESULT_SET_CACHING OFF | ON;
  • Openrowset

Next Steps

Get started today

Get started with Data Warehouse: Query the Warehouse

Have a feature request? Post your thoughts to Ideas (microsoft.com).

Join us in this exciting journey to make data more accessible, understandable, and actionable for everyone in your organization. Thanks for reading!

Entradas de blog relacionadas

Staying Updated with IntelliSense in Fabric Warehouse

junio 23, 2025 por Srdjan Matin

In our previous blog post Inline Scalar user-defined functions in Microsoft Fabric Warehouse (Preview) we have announced the availability of SQL native scalar UDFs. We also emphasized the importance of inlining and how that can affect scenarios in which UDF can be used. In this post, we aim to highlight common patterns that prevent inlining … Continue reading “How to make your SQL scalar user-defined function (UDF) inlineable in Microsoft Fabric Warehouse “

junio 23, 2025 por Srdjan Matin

SQL native Scalar user-defined functions (UDFs) in Microsoft Fabric Warehouse and SQL analytics endpoint are now in preview. A scalar UDF is a custom code implemented in T-SQL that accepts parameters, performs an action such as complex calculation, and returns a result of that action as a single value. They can contain local variables, calls … Continue reading “Inline Scalar user-defined functions (UDFs) in Microsoft Fabric Warehouse (Preview)”