I want to change the datatype of a column in a table in sql server. I used the following statement:
ALTER TABLE dbo.tbltest ALTER COLUMN ID uniqueidentifie
If Singh's answer is not working then you probably have to drop the the table and recreate it.