Learning How to Transition Your SQL Server Skills to Azure SQL | Data Exposed

The Azure Data team at Microsoft recently launched FOUR new ways for you to learn Azure SQL. They’ll show you how to translate your existing SQL Server expertise to Azure SQL including Azure SQL Database and Azure SQL Managed Instance through all-new c… Continue reading Learning How to Transition Your SQL Server Skills to Azure SQL | Data Exposed

Microsoft Whiteboard in Teams Adds Sticky Notes and Text, Improves Performance

Whether you’re working remotely or in the office, your team can use Whiteboard to run effective meetings, brainstorm, plan and think creatively.
 
We’re excited to announce that some of the most loved Microsoft Whiteboard features on Windows 10 an… Continue reading Microsoft Whiteboard in Teams Adds Sticky Notes and Text, Improves Performance

Automated user provisioning from SAP SuccessFactors is now GA

Howdy folks,
 
Today, we’re announcing the general availability of user provisioning from SAP SuccessFactors to Azure AD. In addition, SAP and Microsoft have been working closely together to enhance existing integrations between Azure AD and SAP C… Continue reading Automated user provisioning from SAP SuccessFactors is now GA

Query Design performance issues #02 – Column-side conversions and Function usage in WHERE

When designing queries and filters (WHERE) sometimes we need to convert some data before filtering, and depending on what you do you may get a bad plan.
 
Find below some scenarios

1 – Date filter

1.1 Solution – Using range filter
1.2 Solution -… Continue reading Query Design performance issues #02 – Column-side conversions and Function usage in WHERE