show/hide this revision's text 2 edited title

DB: To use indetity identity column or not?

show/hide this revision's text 1

DB: To use indetity column or not?

While designing a table my colleague here says that I should avoid identity column as it is specific to SQL Server and MS Access, But I differ with his views as it makes my coding simpler.

Should I use identity column or not? If not what is best way to create the identity columns from application code?