I have two columns in SQL Server Table, one is Id and other one is Number, for example if Ids are as follows: 1189, 758, 756, I want a User defined or system defined function, that can generate numbers as: T01189, T00758, T00756.
I want to keep this function either as Default field or add it to trigger - soon after the record inserted, you can suggest me which one is better also.
