How do I alter the column for changing the seed and increment values of a table after truncating the table.
I have created a table named table and inserted few rows into that table then I have truncated that table and want to update the seed and increment values of identity column.
How can I do this?