Simple question:
Is it possible to ALTER an existing table to add an IDENTITY column? Whenever I try, I get the "UNEXPECTED TOKEN" error on the key word IDENTITY in the ALTER statement....
Any insight would be cool. I'd really hate to have to drop nd recreate everything I've already done.
Thanks!