Tagged Questions
0
votes
1answer
89 views
How to “hide” (return status = 0) from isql stored procedure result?
When I execute stored procedures using isql, they might give this info:
(return status = 0)
Is it possible to disable that info?
I already use SET NOCOUNT ON to disable some part but this is still ...