How to restart the value of an identity column.
ALTER TABLE <table_name> ALTER COLUMN <identity_column_name> RESTART WITH <counter_value>
How to restart the value of an identity column.
ALTER TABLE <table_name> ALTER COLUMN <identity_column_name> RESTART WITH <counter_value>
For further actions, you may consider blocking this person and/or reporting abuse
Petterson Cheek -
Jonathan Waylon -
Stark Lucas -
Pranav Bakare -
Top comments (0)