The information in this article applies to:
BUG #: 17124 (SQL 6.5) SYMPTOMS
If you use an INSERT statement with a remote stored procedure call to
insert NULL values, you may receive the following error:
The same script running on a local server works correctly. This problem has been tested on SQL Server build 6.50.258. WORKAROUNDTo work around this problem, replace NULL values with '' (null string). STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
The following script demonstrates the problem:
At this point, you will receive the following error:
Additional query words: rpc
Keywords : kbusage SSrvGen kbbug6.50 |
Last Reviewed: April 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |