Actually, I am using VB/ADO to write a schedule job to run on the NT server with SQL server database. The timeout expired happen when trying to execute an Insert statement which has a select statement i.e. "Insert into table1 select column1, column2 from table2".
I have tried to increase the time for connection timeout property of the ADO connnection, but still face the same problem. Will it help if I increase the time for command timeout property or if I change the connection string to be using SQL OLEDB provider instead of SQL driver ?