I have an issue with my sql server.
I want to be able to create a table that has only one id column which contains letters and numbers. The numbers should auto increment when a new row is inserted.
The letters should not change only the numbers should increase as the rows do. I want to be able to look at an id and tell what department an employee is from and what number he/she is. For example IT001 then IT002 and so on.
Thank You in Advance