News

Today Math.Max / Math.Min is not being translated for SQL Server - only for sqlite as introduced in #10533 Transact-SQL does not have an MIN or MAX function, so there's no 1-to-1 mapping, but it is ...
Given a fairly simple table which holds only 2 columns I care about.Taco_Sales (Taco_Type varchar(20), Taco_Date datetime)I want to find the min and max Taco_date for a given taco type. Both Taco ...
When I joined the SQL Tools team as a PM back in October 2018, my top priority was to release SQL Server Management Studio (SSMS) 18. I expected a fair amount of work but didn’t realize how ...