Is there someway to automatically add an IDENTITY column when writing to SQL Server spatial?
I've found MapInfo data inserted into SQL Server spatial is flagged as invalid when I try to load it in QGIS. The solution seems to be to add an integer "id" column, which I set as an IDENTITY
I can manually add the ID column after a first run of FME has created table plus columns. Then truncate the SQL table and run the workspace a second time to populate with the actual data and the ID column set by SQL Server.
But I've got a lot of MapInfo layers to migrate, so is there a better way to do this in FME?