D
Dimitris Nikolakakis
I have a table named Addressbook with fields:
ID int
Name nvarchar
I want to change the type of ID to:
int IDENTITY 1,1
Is there any way to do it from SQL Query Analyzer?
Thanks
Dimitris
ID int
Name nvarchar
I want to change the type of ID to:
int IDENTITY 1,1
Is there any way to do it from SQL Query Analyzer?
Thanks
Dimitris