Showing posts with the label SSMSShow All

Logic App to Refresh / Calculate / Sync Azure Analysis Services models

In this post, I will show how you can perform automated Refresh / Calculate / Sync the Azure Analysis Services models in one go by using Logic Apps and REST calls. Some of pros of using Logic App, apart from being so handy and ready to use enterprise connectors a…

Read more

How to implement Row-Level Security in Azure SQL Database or SQL Server

Some one of you prefer view-based workarounds for row-level filtering. The benefits of using Row-Level Security (RLS) instead of views include: RLS reduces code complexity by centralizing access logic in a security policy and eliminating the need for an ex…

Read more