当前位置: 代码迷 >> Sql Server >> 事件探查器中看到- network protocol: TCP/IP不知此为何意呀,该怎么解决
  详细解决方案

事件探查器中看到- network protocol: TCP/IP不知此为何意呀,该怎么解决

热度:331   发布时间:2016-04-27 15:40:16.0
事件探查器中看到-- network protocol: TCP/IP不知此为何意呀
这么一段:
Audit   Login

--   network   protocol:   TCP/IP
set   quoted_identifier   on
set   implicit_transactions   off
set   cursor_close_on_commit   off
set   ansi_warnings   on
set   ansi_padding   on
set   ansi_nulls   on
set   concat_null_yields_null   on
set   language   简体中文
set   dateformat   ymd
set   datefirst   7

请问是什么意思?是有人通过TCT/IP协议向我的SQL发送下面那些命令吗?

------解决方案--------------------
这个是说客户端通过TCT/IP协议连接到SQL Server服务器,
SQL Server还支持:
Named Piped
Mutiprotocol
NWLink IPX/SPX
Apple Talk
Banyan VINES
VIA
  相关解决方案