首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

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

2012-01-15 
事件探查器中看到-- network protocol: TCP/IP不知此为何意呀这么一段:AuditLogin--networkprotocol:TCP/I

事件探查器中看到-- 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

热点排行