In this blog post, let’s learn about the error message “15108 – sp_addtype cannot be used to define user-defined data types for varchar(max), nvarchar(max) or varbinary(max) data types. Use CREATE TYPE for this purpose.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
15108 – sp_addtype cannot be used to define user-defined data types for varchar(max), nvarchar(max) or varbinary(max) data types. Use CREATE TYPE for this purpose.
Reason for the Error
To be update soon…
Solution
To be update soon…