BUG: ISQL Problems with PRINT in Stored ProceduresID: Q89938
|
BUG# OS/2: 7404 (4.2)
NT: 7406 (4.2)
The ISQL utility may behave unexpectedly when a PRINT statement is the
last statement in a stored procedure.
For example, create a stored procedure "sp_test" as follows:
Create procedure sp_test as
select * from sysdatabases where 1=2
print "End of Procedure"
End of Procedure
<column header for sysdatabases>
<column header for sysdatabases>
(0 rows affected)
End of Procedure
Microsoft has confirmed this to be a problem in SQL Server version 4.2 for OS/2 and Microsoft SQL Server versions 4.21 and 4.21a. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
Additional query words: stored procedure ISQL
Keywords : kbtool SSrvISQL
Version : 4.2 | 4.21 4.21a
Platform : OS/2 WINDOWS
Issue type :
Last Reviewed: March 16, 1999