Open
Description
The code in SQL Server Provider that checks for excluded columns is "cumbersome":
DatabaseGPT/src/DatabaseGpt.SqlServer/SqlServerDatabaseGptProvider.cs
Lines 79 to 109 in ba9468b
On the other hand, the Postgres Provider uses a more compact solution.
We should verify whether we can follow a similar approach also for SQL Server.