赞
踩
server system versions is sql server 2008 R2+ WIN 2008 R2 , when excuting a query ,alway occur a error ,the error detail as follows:
Msg 64, Level 20, State 0, Line 0
A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)
Sevaral time it happand but some time all data come in secound.
else , from host romting to target server excuting a querey , when return row is more ,about more than 200 thousand ,sometimes has errors ,detail as follows :
OLE DB provider "SQLNCLI10" for linked server "ServerName" returned message "The connection is no longer usable because the server response for a previously executed statement was incorrectly formatted.".
OLE DB provider "SQLNCLI10" for linked server "ServerName" returned message "Protocol error in TDS stream".
Msg 7330, Level 16, State 2, Line 1
Cannot fetch a row from OLE DB provider "SQLNCLI10" for linked server "ServerName"
the sql is:
SELECT * FROM [192.168.0.181].[TopSystem].dbo.tb_orders vo
WHERE vo.trade_id IN
(
SELECT trade_id FROM [192.168.0.181].[TopSystem].dbo.tb_Trade WHERE pay_time>=DATEADD(DAY,-60,GETDATE())
)
how resolving the problem ? thanks
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。