Archive for the tag 'Transact-SQL'

Jan 12 2009

Transact-SQL – Auto Increment Primary Key

Published by nick under My Blog,Work

If like me you learnt SQL using MySQL, and then gone into a job and found yourself using Microsoft’s SQL Server, you’ll probably be as irritated as me to find that Transact-SQL does not feature the ‘AUTO INCREMENT’ keyword that MySQL provides. Fortunately, the solution is far easier here than it is in PostgreSQL. All [...]

No responses yet