| title | DROP REMOTE SERVICE BINDING (Transact-SQL) | |||||
|---|---|---|---|---|---|---|
| description | DROP REMOTE SERVICE BINDING (Transact-SQL) | |||||
| author | WilliamDAssafMSFT | |||||
| ms.author | wiassaf | |||||
| ms.date | 03/06/2017 | |||||
| ms.service | sql | |||||
| ms.subservice | t-sql | |||||
| ms.topic | reference | |||||
| f1_keywords |
|
|||||
| helpviewer_keywords |
|
|||||
| dev_langs |
|
[!INCLUDE sql-asdbmi]
Drops a remote service binding.
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: 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)