+|**Product Name**|By June 2020, the product name returned by SELECT @@VERSION will change from Microsoft Azure SQL Data Warehouse to Azure Synapse Analytics. We will publish the schedule in our release notes. This change is relevant for customers who parse product name from the result of SELECT @@VERSION in their application code. To avoid application code changes due to product rebranding, please use these commands to query SERVERPROPERTY for the database product name and version. </br> To return DW version number XX.X.XXXXX.X (without product name) use this command: SELECT SERVERPROPERTY('ProductVersion') </br> To return engine edition, use this command that returns 6 for Azure Synapse Analytics (Formerly SQL Data Warehouse): SELECT SERVERPROPERTY('EngineEdition')|
0 commit comments