Chapter 18. Command Referencefor Adaptive Server Enterprise
sp_passthrough_stop procedure
Purpose Resents passthrough mode
Syntax sp_passthrough_stop
Seealso “sp_passthroughprocedure” on page 402
“sp_passthrough_subscriptionprocedure” on page 406
“sp_passthrough_userprocedure” on page 407
“PASSTHROUGHstatement” on page 368
Description The sp_passthrough_stop procedure resents the list of recipients of
passthroughstatements to be empty, and clears any statements that are
currentlybeing built.
Example Thefollowing statement resets the passthrough recipient list to be empty.
exec sp_passthrough_stop
go
405