Expand Minimize
0 out of 1 rated this helpful - Rate this topic

DROP REMOTE SERVICE BINDING (Transact-SQL)

Drops a remote service binding.


DROP REMOTE SERVICE BINDING binding_name
[ ; ]
binding_name

The name of the remote service binding to drop. Server, database, and schema names cannot be specified.

Permission for dropping a remote service binding defaults to the owner of the remote service binding, members of the db_owner fixed database role, and members of the sysadmin fixed server role.

A. Dropping a remote service binding

Deletes the remote service binding APBinding from the database.

DROP REMOTE SERVICE BINDING APBinding ;
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.