This topic has not yet been rated - Rate this topic

DROP REMOTE SERVICE BINDING (Transact-SQL)

Drops a remote service binding.

Topic link icon Transact-SQL Syntax Conventions


          

DROP REMOTE SERVICE BINDING binding_name
[ ; ]
        
binding_name

Is 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.

The following example deletes the remote service binding APBinding from the database.

DROP REMOTE SERVICE BINDING APBinding ;
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ