New SQL Server project templates for VS2015 (Create Endpoint (ServiceBroker over TCP).sql)
1: CREATE ENDPOINT [$rawname$]
2: AS TCP
3: (
4: LISTENER_PORT = 4022
5: )
6: FOR SERVICE_BROKER()
Comments (
)
Link to this page:
//www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-Endpoint-(ServiceBroker-over-TCP)-sql.htm
|