Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 2.06 KB

File metadata and controls

59 lines (47 loc) · 2.06 KB
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
DROP REMOTE SERVICE BINDING
DROP_REMOTE_SERVICE_BINDING_TSQL
dev_langs
TSQL
helpviewer_keywords
dropping remote service bindings
removing remote service bindings
deleting remote service bindings
remote service bindings [Service Broker], dropping
DROP REMOTE SERVICE BINDING statement
ms.assetid 377789b4-bf94-488f-8c20-687d0bae447a
author CarlRabeler
ms.author carlrab

DROP REMOTE SERVICE BINDING (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]

Drops a remote service binding.

Topic link icon Transact-SQL Syntax Conventions

Syntax

  
DROP REMOTE SERVICE BINDING binding_name  
[ ; ]  

Arguments

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

Permissions

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.

Examples

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

DROP REMOTE SERVICE BINDING APBinding ;  

See Also

CREATE REMOTE SERVICE BINDING (Transact-SQL)
ALTER REMOTE SERVICE BINDING (Transact-SQL)
EVENTDATA (Transact-SQL)