qpi icon indicating copy to clipboard operation
qpi copied to clipboard

Installation script for SQL Server 2017+ fails on SQL Server 2019

Open lbaca opened this issue 1 year ago • 0 comments

When running the SQL Server 2017+ installation script on a SQL Server 2019 database, it fails due to two invalid references to a non-existing "auto_drop" column defined in two views.

If I comment them out, the installation script works fine. No other objects in the installation script reference these columns.

lbaca avatar Feb 14 '25 09:02 lbaca