SQL Server Errors or Failures from Error: 15077 to Error: 15108

Error: 15077, Severity: 16, Rule, table, and user data type must be in the current database.
Error: 15078, Severity: 16, The table or view must be in the current database.
Error: 15079, Severity: 10, Queries processed: %d.
Error: 15080, Severity: 16, Cannot use parameter %s for a Windows login.
Error: 15081, Severity: 16, Membership of the public role cannot be changed.
Error: 15083, Severity: 16, Physical data type ‘%s’ does not accept a collation
Error: 15084, Severity: 16, The column or user data type must be in the current database.
Error: 15085, Severity: 16, Usage: sp_addtype name, ‘data type’ [,’NULL’ | ‘NOT NULL’]
Error: 15096, Severity: 16, Could not find object ‘%ls’ or you do not have required permission or the object is not valid for adding extended property.
Error: 15097, Severity: 16, The size associated with an extended property cannot be more than 7,500 bytes.
Error: 15098, Severity: 16, The name change cannot be performed because the SID of the new name does not match the old SID of the principal.
Error: 15099, Severity: 16, The MUST_CHANGE option cannot be used when CHECK_EXPIRATION is OFF.
Error: 15100, Severity: 16, Usage: sp_bindefault defaultname, objectname [, ‘futureonly’]
Error: 15101, Severity: 16, Cannot bind a default to a computed column, a sparse column, or to a column of the following data types: timestamp, varchar(max), nvarchar(max), varbinary(max), xml, or CLR type.
Error: 15102, Severity: 16, Cannot bind a default to an identity column.
Error: 15103, Severity: 16, Cannot bind a default to a column created with or altered to have a default value.
Error: 15104, Severity: 16, You do not own a table named ‘%s’ that has a column named ‘%s’.
Error: 15106, Severity: 16, Usage: sp_bindrule rulename, objectname [, ‘futureonly’]
Error: 15107, Severity: 16, Cannot bind a rule to a computed column, a sparse column, or to a column of the following data types: text, ntext, image, timestamp, varchar(max), nvarchar(max), varbinary(max), xml, or user-defined data type.
Error: 15108, Severity: 16, 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.
This is applicable on below versions of SQL Server
SQL Server 2005
SQL Server 2008 R2
SQL Server 2012
SQL Server 2014
Hope this was helpful.
Thanks,
SQLServerF1 Team
In-Depth Blogs on SQL Server, Information about SQL Server Conferences and Events, SQL Server Frequently asked questions, SQL Server Trainings.