FIX: Query Analyzer: Empty Row is Returned with COMPUTE on SMALLINT Data (274353)
The information in this article applies to:
This article was previously published under Q274353
BUG #: 58065 (SQLBUG_70)
SYMPTOMS
When you use the Microsoft SQL Server 7.0 Query Analyzer client tool with a smallint data type and a COMPUTE clause, unexpected results may be returned for the computed summary result. This behavior occurs only with negative numbers between -10000 and
-32768.
WORKAROUND
To work around this problem, use either of the following:
- Use one of the following client tools instead:
- OSQL or ISQL command line utilities to run the query.
-or-
- Use Microsoft SQL Server 6.5 ISQL_W or Microsoft SQL Server 2000 Query Analyzer to run the query.
- Use the INT data type
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server 7.0.
For more information, click the following article number to view the article in the Microsoft Knowledge Base: 274799 INF: How to Obtain Service Pack 3 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0
For more information, contact your primary support provider.
Modification Type: | Major | Last Reviewed: | 3/14/2006 |
---|
Keywords: | kbBug kbfix KB274353 |
---|
|