Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2000-11-07 : 13:11:08
|
Hemant writes "Hi, I have two stored procedures A and B. The stored procedure A calls Stored Procedure B to get a value. When the Stored procedure B returns the value it also outputs the value to the screen. My final output is a recordset. But because I am calling two stored procedures I am getting two outputs. The output of Stored procedure B as well as the actual output the recordset. How do I suppress output for Stored Procedure B. I am working on SQL 7.0.
Thanks Hemant" |
|
|
|
|
|