SQL Server Identity Column Detection

I apologize if this is a basic question, but I haven’t used SQL Server as a data source in Glide before. When you say “Glide doesn’t detect this column,” do you mean that the column isn’t being imported at all, or that it’s being imported but not recognized as the ID column?

If it’s the latter, Glide doesn’t specifically use primary keys or unique keys; any valid column can be used in a relation or query. If it’s the former, it appears that Glide currently doesn’t automatically recognize SQL Server’s auto-incrementing identity columns as primary keys. This has been discussed by in the Glide community already without any solution. See SQL Server Identity Column.