S
shank
I have the below DELETE query that connects from Access to an SQL Server
database over the internet via ODBC. With no matching records, this query
can take 3 minutes to complete. How do I track down why it's taking so long?
The online [Titles] has 130,000 records, but don't think that's the issue.
This query worked fine around 100,000 records. I've also tried DELETE
DISTINCT and it doesn't help.
thanks!
database over the internet via ODBC. With no matching records, this query
can take 3 minutes to complete. How do I track down why it's taking so long?
The online [Titles] has 130,000 records, but don't think that's the issue.
This query worked fine around 100,000 records. I've also tried DELETE
DISTINCT and it doesn't help.
thanks!