Skip to content

Using AutoIncrement with MSSQL

by peterdk on April 13th, 2009

If you’re used to use auto_increment in MySQL. This is called Identity in MSSQL.
In the Designer you can find it in the rightpanel, when you’ve selected a table. You can select the field that needs to be autoincremented (most of the time that’s your key I guess.)

From → Uncategorized

Comments are closed.