How to Create Views in SQL Server Management Studio?
If you’re working with Microsoft SQL Server, chances are you’ve come across the concept of views. A view is essentially a saved query that you...
D365FO License Management with PowerShell
While we are waiting for Microsoft to fix all the issues (and there are many) with license reports in Lifecycle Services (LCS), D365F&O itself, and...
What Is Index in SQL Server?
When I first started working with SQL Server, one of the things that confused me was performance. Why do some queries return results almost instantly,...
How to Truncate Tables in Microsoft Fabric?
In this post, I’ll show you how to truncate tables in Microsoft Fabric in three different ways: directly in the Lakehouse, in the Warehouse, and...
How to Do Mathematical Operations in SQL?
When working with Microsoft SQL Server, you’ll quickly find that it’s not just about storing and retrieving data. You also have to learn how to...