Thread: SQL Server 2005
View Single Post
  #56 (permalink)  
Old 01-10-2008, 08:53 PM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 882
kingmaker is on a distinguished road
Send a message via Yahoo to kingmaker
Default Re: SQL Server 2005

DROP ENDPOINT

Drop an existing endpoint.

Syntax
DROP ENDPOINT endPointName

Key:
endPointName name of the endpoint to be removed


Example

DROP ENDPOINT sales_endpt;
__________________
The KINGMAKER
Makes Every Thing Possible

Stuffs (My Blog)
Reply With Quote