I'm trying to enable Change Tracking on a SQL Server Database that was installed via a third party application. Looking at the Properties -> General -> Product
of the Server shows:
Product: Microsoft SQL Server Express Edition
Version: 9...
Judging from the MS Support page and an SO comment this is a SQL Server 2005 Service Pack 3.
Is Change Tracking supported by SQL Server Express 2005?
Is there a clean way to track changes for a database in SQL Express 2005 if there is no Change Tracking?
On that server viewing Properties of a table does not show the Change Tracking option as it would in newer versions of a SQL database.