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

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

c# - XMLDocument.Validate Error: System.InvalidOperationException : The XmlSchemaSet on the document is either null or has no schemas in it -