79494334

Date: 2025-03-08 11:59:13
Score: 1.5
Natty:
Report link

This will help you:

declare @MaxId=(select max(id) from table_name)
DBCC CHECKIDENT ('table_name', RESEED, @MaxId);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abedin Maleki