I think, you are using Azure SQL DW (not SQL DB).
Azure SQL DW has its own distribution architecture and incremental order of value is not possible here
You can try using row_number() over(..) logic to generate the values in senquence
----------
Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav