How would I create an IDENTITY column in SQLServer with text in the column?
Example:
ABCD-987065 ABCD-987066 ABCD-987067
Nope, sorry. The identity "property" can only be placed on columns with the integer or decimal data type.