The information in this article applies to:
SUMMARY
SQL Server 6.5 no longer allows a 'SELECT DISTINCT * FROM <table>' if that
table has a text/image column. If you attempting to perform such a query,
you will receive the following error message:
Earlier versions of SQL Server treated this as a valid query if the table contained a unique index or primary key, whose existence would guarantee that the row was distinct. In the presence of such an index, the following message would have been raised:
Additional query words: sql60 sql65 error
Keywords : kbusage SSrvProg SSrvTran_SQL |
Last Reviewed: April 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |