Hi
I am using SQL Server 2005. When I try to set the primary key constraint for a column in the alter statement. it committed error. i used this following query,
alter table "table name" modify(field__name integer(size) primary key);
can u say what the error actually.. expect ur valuable answer.. if u know other methods send me the query..