Is there a SQL command or something i can do on SQL Server 2000 to reset an ID field to its starting number in a table that has no records?

I know I can just delete the ID field and redd it, but I am wondering if there is a way to do this without removing and readding the field.