Sybase SQL Remote DC38133-01-0902-01 User Manual

Page of 485
Chapter 18. Command Reference for Adaptive Server Enterprise
sp_passthrough_stop procedure
Purpose
Resents passthrough mode
Syntax
sp_passthrough_stop
See also
Description
The sp_passthrough_stop procedure resents the list of recipients of
passthrough statements to be empty, and clears any statements that are
currently being built.
Example
The following statement resets the passthrough recipient list to be empty.
exec sp_passthrough_stop
go
405