The information in this article applies to:
SYMPTOMSWhen you try to execute the system stored procedure sp_droplogin on Microsoft SQL Server version 6.0 and enable SET ANSI_NULL_DFLT_ON, the following error message appears: The Microsoft SQL Server ODBC driver versions 2.50.0121 or later always sets ANSI_NULL_DFLT_ON to ON when running against SQL Server 6.0. Therefore, any attempt to execute sp_droplogin from an ODBC session using the driver results in the following:
WORKAROUNDDB-Library clients such as ISQL/w or Enterprise Manager sets the following:
It is recommended that sites do not use ODBC to issue sp_droplogin against
SQL Server 6.0.
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 6.0. This problem has been corrected in SQL Server version 6.5. Contact your primary support provider for more information. Additional query words: SQL Server ODBC 16-bit
Keywords : kbprg SSrvISQL SSrvTran_SQL kbbug6.00 |
Last Reviewed: December 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |