I would like to truncate a large table (12 million rows) but retain the current value of the identity column. I know I can do this through enterprise manager by changing the seed value after truncating and I know that the delete will not reset the value. How can I set the seed value in a Tsql?