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
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Mike Young -
Ashitosh Shinde -
SnykSec -
Poobalan -
Top comments (0)