How can I change identity property in SQL Server 2008? -
I have a table with no identity columns. Server 2008 is not allowed. So, how can I change the identity properties in SQL Server 2008?
Under Tools -> Options -> Designer -> Table and Database Designer
Need to rebuild the table to prevent unchecked change
Comments
Post a Comment