I have a table which receives many rows and therefore the ID (int) grows. Before the insert of the rows almost all rows of the table will get deleted (not all) and so many IDs will become free to use again. But with new inserted rows the ID grow further from the former max value.
If the ID reaches its final max. value, will SQL Server assign the free IDs to new rows or will it throw an error?