Article ID: 141664 - Last Review: March 2, 2005 - Revision: 3.3 BUG: Convert From Binary to Numeric Gives Error 8114
This article was previously published under Q141664 BUG#: 12244 (SQLBUG_60) BUG#: 19019 (SQLBUG_65) BUG#: 57913 (SQLBUG_70) SYMPTOMS
The SQL Server 6.0 "Transact-SQL Reference" manual states, on page 189,
that binary can be explicitly converted to numeric, however, using the
Convert() function to convert from binary to numeric gives the following
error:
Msg 8114, Level 16, State 2 Error converting type binary to type numeric. STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. MORE INFORMATION
The following script will replicate the problem:
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top