I have a table of 3 columns in MS SQL Server, out of which one column is of integer datatype. I want to modify this column to Identity Column. It is possible to do it through Enterprise Manager. But how to do it through MS SQL Query Analyser ?
Pl help me out.
Pl help me out.