Upgraded to latest script, and when running the TT, I see this error:
```
Failed to read database schema for stored procedures - Invalid column name 'uses_native_compilation'.
```
It looks like SqlServerSchemaReader is referencing that, and my version of SQL (2012) doesn't appear to support that property.
Comments: Fixed in v2.10.0
```
Failed to read database schema for stored procedures - Invalid column name 'uses_native_compilation'.
```
It looks like SqlServerSchemaReader is referencing that, and my version of SQL (2012) doesn't appear to support that property.
Comments: Fixed in v2.10.0