marcingminski / sqlwatch

SQL Server Performance Monitor
https://docs.sqlwatch.io
Other
428 stars 168 forks source link

sqlwatch_app_version is reporting wrong version #417

Closed chrgraefe closed 1 year ago

chrgraefe commented 2 years ago

Describe the bug SELECT [install_sequence] ,[install_date] ,[sqlwatch_version] FROM [dbo].[sqlwatch_app_version]

This query ist reporting version 4.2.xxxxx

To Reproduce Query the sql above

Expected behavior version 4.3.xxxx from the latest zip.

Windows Server (please complete the following information):

SQL Server (please complete the following information):

SQLWATCH version (from DACPAC or from sysinstances)

Additional context Installed and updated via dbatools

In predeploy.sql (part of SQLWATCH.dacpac) the variable DacVersion is set to "4.2.0.28234"