Open for Voting

AppInsight for SQL - Add "ProductUpdateLevel" (CU-Pack)

Hi

AppInsight for SQL currently give us what SQL version and Product level we are currently on. Product version can be either "RTM" or "SP2" etc.

From SQL 2017 and forward there are no Service Packs released but updates use CU-Packs instead. They are listed with SELECT SERVERPROPERTY('ProductUpdateLevel') and can be for example "CU15".

Yes the Server version gives us the correct info but a product level of "RTM" looks like it's not updated at all. Giving the Update Level also would make it more understandable.

Thanks.