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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server time out

Status
Not open for further replies.

vbajock

Programmer
Jun 8, 2001
1,921
US
When executing queries against a large (200,000 records) SQL Server 2000 table using the Access user query interface, I am getting timeout errors that cancel the query before data is returned. Does anyone know whether the time out value is set in Access or SQL Server and if so, where ?
Thanks!
 
Try setting the query's ODBCTimeout Property (via View menu, Properties, ODBC Timeout or via code) value = 0

Check out the Access help on ODBCTimeout. Jim Kraxberger
Developing Access solutions since 1995
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top