SQL Server Error Code – 15108 sp_addtype cannot be used to define user
In this blog post, you’ll learn more about the SQL Server Error Code 15108 and the error message description that is shown
SQL Server Error Code
15108
SQL Server Error Description for the Code :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.
Leave Your Comment