Monday, March 26, 2012
How to make auto-increment ID?
I've created a table. How do I modify the ID so that it isauto-increment? I'm using Microsoft SQL Server Management Studio toaccess my tables.You need to make the integer column an IDENTITY column. There is an option for that in the design mode for the table in SQL Server Management Studio.|||Thank you so much! I got it working now.
Labels:
auto-increment,
created,
database,
isauto-increment,
management,
microsoft,
modify,
mysql,
oracle,
server,
sql,
studio,
table,
toaccess
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment