Choose your database:
AnySQL
MySQL
MS SQL Server
Oracle
PostgreSQL
SQLite
Firebird
SQL Anywhere
DB2
MaxDB

Subscribe to our news
Partners
Testimonials
Kevin Settler: "If you need the job done right and on time, do it with MS SQL Maestro on your team. The software is a pleasure for us. SQL Maestro Group do excellent work and are dedicated to producing products that all can be proud of".
Paolo Benjamin T. Briones: "I just downloaded the trial and its great! IMHO, its a lot better than the Enterprise Manager from SQL Server".

More

Add your opinion

MS SQL Maestro online Help

Prev Return to chapter overview Next

Setting field identity

Check the Identity option to indicate that the new column is an identity column.

 

Seed

Defines the value used for the very first row loaded into the table.

 

Increment

Defines the incremental value added to the identity value of the previous row loaded.

 

Not For Replication

If checked, values are not incremented in identity columns when replication agents perform inserts.

 



Prev Return to chapter overview Next