A SQL Server endpoint is the point of entry into SQL Server, or a way to connect to SQL Server instance.
Endpoints in SQL Server are similar to Web Services that expose database access over HTTP.
There are 5 system endpoints that are automatically created and that can’t be dropped (you can only start or stop them), one for each protocol
Endpoints in SQL Server are similar to Web Services that expose database access over HTTP.
There are 5 system endpoints that are automatically created and that can’t be dropped (you can only start or stop them), one for each protocol
- TCP/IP
- Shared Memory
- Named Pipe
- VIA
- One endpoint for the dedicated administrator connection (DAC).
No comments:
Post a Comment