SQL Server Errors or Failures from Error: 7995 to Error: 8015

Error: 7995, Severity: 16, Database ‘%.*ls’: consistency errors in system catalogs prevent further DBCC %ls processing.
Error: 7996, Severity: 16, Extended stored procedures can only be created in the master database.
Error: 7997, Severity: 16, ‘%.*ls’ does not contain an identity column.
Error: 7998, Severity: 16, Checking identity information: current identity value ‘%.*hs’, current column value ‘%.*hs’.
Error: 7999, Severity: 16, Could not find any index named ‘%.*ls’ for table ‘%.*ls’.
Error: 8001, Severity: 16, The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Meta-information is invalid for the Sql Variant parameter.
Error: 8002, Severity: 16, The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X (XML) has an invalid database or schema specified.
Error: 8003, Severity: 16, The incoming request has too many parameters. The server supports a maximum of %d parameters. Reduce the number of parameters and resend the request.
Error: 8004, Severity: 16, The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. The RPC name is invalid.
Error: 8005, Severity: 16, The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d: The parameter name is invalid.
Error: 8006, Severity: 16, The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d: The parameter status flags are invalid.
Error: 8007, Severity: 16, The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): The chunking format is incorrect for a large object parameter of type 0x%02X.
Error: 8008, Severity: 16, The number of params passed to sp_execute is not equal to the number of params used when the handle was prepared (%d).
Error: 8009, Severity: 16, The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X is unknown.
Error: 8010, Severity: 16, The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): The RPC is marked with the metadata unchanged flag, but data type 0x%02X is different from the one sent last time.
Error: 8011, Severity: 16, The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X (sql_variant) has an invalid length for type-specific metadata.
Error: 8012, Severity: 16, The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X (sql_variant) has an invalid precision or scale for type-specific metadata.
Error: 8013, Severity: 16, The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X (sql_variant) has an invalid instance length.
Error: 8014, Severity: 16, The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X (sql_variant) has an invalid type for type-specific metadata.
Error: 8015, Severity: 16, The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X is an untyped NULL but is marked as an output parameter.
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.