I have a linked server in a local SQL 2000 MSDE database. It connects to a SQL 2005 database on a remote server. When the user tries to download some fairly big binary files he gets the error "Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding."
I have written the application in C# 2003 using the .NET framework 1.1. I am using the SqlCommand object and I am setting the timeout to 2700. (I think there was an error setting the timeout to 0). After about 10-15 minutes the timeout error is thrown. Is there something I am missing Could there be something in the remote server that is limiting the connection

Timeout expired.
ChrisSmith
Rastogi
MMMalik
Hi, Evan
Please try add "Connect Timeout =120" in your provider string when you create the linked server if it is based on OLEDB provider.
HTH.
Ming.
Cybertoy
After changing the timeout on the server the timeout still occured. Does anyone know what else I can change
Robert S P
Eddie Garcia