Create an data type with identity(1, 1) property
Code Snippet
--I'm trying this command:
create type int8 from tinyint identity(1,1) not null
But, an error occurs: don't possible create an data type with identity property....... Correct?
How to create an data type with identity property? The 'sys.sp_addextendedproperty' SP is the solution? An example, please?
Bye!

