SQL Endpoints

Discussion in 'Pre-sales questions' started by Tiullin, Jul 6, 2010.

  1. Hello.If I use your hosting,can I use stadard SQL service broker and endpoints.
    Something like this

    CREATE ENDPOINT endpoint_mirroring
    STATE = STARTED
    AS TCP ( LISTENER_PORT = 7022 )
    FOR DATABASE_MIRRORING (
    AUTHENTICATION = WINDOWS KERBEROS,
    ENCRYPTION = SUPPORTED,
    ROLE=ALL);
     
  2. Ray

    Ray

    End Points yes. We support that, but Service Broker no. Service Broker is only good when you have a dedicated server not a shared hosting server.
     
  3. Guest

    Guest Guest

    what is a service broker? i dont know about it [​IMG] so please explain. Thanks
     
  4. FredC

    FredC Winhost Staff

    Sorry for the confusion.

    I checked with our DBA and confirmed that we do not support SQL Endpoint.
     
  5. A786

    A786 Guest

    An endpoint is a SQL Server object that represents the capability for SQL Server to communicate over the network. Each endpoint supports a specific type of communication. For example, an HTTP endpoint lets SQL Server process specific SOAP requests. A Service Broker endpoint configures SQL Server to send and receive Service Broker messages over the network.
     
  6. Elshadriel

    Elshadriel Winhost Staff

    Just an update for clarification. Winhost does support Server Broker but not SQL Endpoints.
     

Share This Page