Skip to content
Stefan Maroń edited this page Dec 19, 2021 · 1 revision

LC0006 - Fields with property AutoIncrement cannot be used in temporary table

The property AutoIncrement on a table field, will ensure that the SQL Server will handle incrementing the field value for new records.
As temporary tables are not present on the SQL Server this will lead to runtime errors.