MikeTruscott
Technical User
Hi everyone!
I've got sql server (v7 I think) with a database linked to MS Access. Via a macro in Access I run a set of 20 queries, which with a smaller sample of data work, but not with the main dataset which has over 2 million rows.
It stops on the 12th query, which is the biggest one. I found what I thought was a rogue column and was able to correct it using SQL in the sample data but, again, it doesn't work with a full dataset.
Whenever I try to run a query now through Access or just in SQL Server I get the timeout error message above after 30 seconds or so.
I've tried to find the 'timeout settings' to change them to 0...this hasn't worked. I tried to create an index on the table to make it process the query faster and I get the same error message.
Hope I've made sense.....Any ideas/advice most appreciated!
Regards
Mike
I've got sql server (v7 I think) with a database linked to MS Access. Via a macro in Access I run a set of 20 queries, which with a smaller sample of data work, but not with the main dataset which has over 2 million rows.
It stops on the 12th query, which is the biggest one. I found what I thought was a rogue column and was able to correct it using SQL in the sample data but, again, it doesn't work with a full dataset.
Whenever I try to run a query now through Access or just in SQL Server I get the timeout error message above after 30 seconds or so.
I've tried to find the 'timeout settings' to change them to 0...this hasn't worked. I tried to create an index on the table to make it process the query faster and I get the same error message.
Hope I've made sense.....Any ideas/advice most appreciated!
Regards
Mike