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
Pranav Bakare -
Pranav Bakare -
Prahlad Yeri -
Asim khan -
Top comments (0)