| title | DROP REMOTE SERVICE BINDING (Transact-SQL) | Microsoft Docs | |||||
|---|---|---|---|---|---|---|
| ms.custom | ||||||
| ms.date | 03/06/2017 | |||||
| ms.prod | sql | |||||
| ms.prod_service | sql-database | |||||
| ms.reviewer | ||||||
| ms.technology | t-sql | |||||
| ms.topic | language-reference | |||||
| f1_keywords |
|
|||||
| dev_langs |
|
|||||
| helpviewer_keywords |
|
|||||
| ms.assetid | 377789b4-bf94-488f-8c20-687d0bae447a | |||||
| author | CarlRabeler | |||||
| ms.author | carlrab |
[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]
Drops a remote service binding.
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 ;
CREATE REMOTE SERVICE BINDING (Transact-SQL)
ALTER REMOTE SERVICE BINDING (Transact-SQL)
EVENTDATA (Transact-SQL)