After reading this question, I have another similar question. Is there a simple way to get this SQL statement to work?
update [Insurances] set [RowNo]=ROW_NUMBER() over (order by [RowNo])
I have a RowNo
column which I want to update whenever a record is deleted.