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 presented.
|
When I execute stored procedures using isql, they might give this info:
Is it possible to disable that info? I already use
| |||
|
feedback
|
|
You can use the following code:
Be aware that you disable for all SPs in the current database, you should:
afterwards. | |||
|
feedback
|