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
Lucas M. -
Lorenzo Bradanini -
Armen-Jean Andreasian -
Discoursefy -
Top comments (0)