Viewing SQL object dependencies in Fabric

Every now and then I have to check object dependencies in a “data store”. For “old style” SQL databases this can be easily achived via SQL Server Management Studio (SSMS) with the option of “View Dependencies” in the context menu of the object you are intrested in - easy peasy…

Read more · 3 min read

Adding an Azure AD (Guest) user to your Azure SQL DB

In one of my last projects, we had to add Azure AD Guest Users to an Azure SQL DB hosted in our tenant. Luckily creation of guest users within our tenant was already enabled, Azure Subscription was associated with an Azure Active Directory and therefore we could concentrate on adding such users to our Azure SQL DB (as will this post).

Read more · 2 min read