Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing data through a linked server

Status
Not open for further replies.

azeke

Programmer
Jan 17, 2001
8
US
I'm running SQL Server 7.0 When running a stored procedure that access data or calls another stored proc in a linked server, I sometimes get a timeout error. If I rerun the proc again, it works. Any ideas what the problem or solution is???
 
Linked servers can be very slow, especially if you are going through the OLEDB for ODBC driver that is going through another ODBC driver to get to the data.

I would try use a specific OLEDB provider for the 'other' server and avoid going though too many layers. Tom Davis
tdavis@sark.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top