How do I securely connect Microsoft Fabric to SharePoint after the ACS retirement?

SharePoint ACS retirement Microsoft Fabric

SharePoint ACS is retiring on April 2, 2026. Check the Microsoft announcement about this. If you or your organization has been using the old AppRegNew.aspx or AppInv.aspx pages to grant apps access to SharePoint, those permissions will stop working after that date. The modern replacement is an Entra ID app registration combined with the Sites.Selected … Read more

How can I successfully alter the schema of a temporal table in SQL database?

Diagram showing how a temporal table works.

SQL Server temporal tables are a powerful feature for tracking how data evolves over time. They automatically maintain historical versions of rows, making them invaluable for: What are temporal tables? A system-versioned temporal table consists of two physical tables: SQL Server manages these tables automatically when system versioning is enabled. However, when you need to … Read more