Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
amirs
Constraint Violating Yak Guru
260 Posts |
Posted - 2008-06-07 : 02:21:42
|
| We have SQL Server 2005 on windows 2003 server +SP2. In the application log I noticed the following errors during .Event Type: ErrorEvent Source: MSSQLSERVEREvent Category: (3)Event ID: 19019Date: 6/6/2008Time: 10:28:13 PMUser: N/AComputer: COMP NAMEDescription:[sqsrvres] printODBCError: sqlstate = 08S01; native error = 0; message = [Microsoft][SQL Native Client]Communication link failureFor more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.Data:0000: 4b 4a 00 40 01 00 00 00 KJ.@....0008: 08 00 00 00 53 00 51 00 ....S.Q.0010: 4c 00 43 00 4c 00 55 00 L.C.L.U.0018: 53 00 00 00 00 00 00 00 S.......When error occur at this time excute a procedure to export table in csv file use bcp and copy this file in Network folderso what should be error? |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-06-07 : 04:11:32
|
| It seems like it was some problem with network that caused this error. |
 |
|
|
|
|
|