I have a table with Id as the Primary Key and Unique.
I want to make the Id an AUTO_INCREMENT.
How would I do that in VWD 2010?
In VWD 2013 you just have to type in Identity(1.1) in the SQL Command Line but you can not do that in 2010.
I have a table with Id as the Primary Key and Unique.
I want to make the Id an AUTO_INCREMENT.
How would I do that in VWD 2010?
In VWD 2013 you just have to type in Identity(1.1) in the SQL Command Line but you can not do that in 2010.