I have an Access 2010 .accdb front end with a linked table to a view in SQL Server (2008 R2). Surprisingly, opening it in Access takes around 5-10 seconds while executing a select in SSMS doesn't finish in 3 minutes (after that I just cancel the execution). What can be the cause?
EDIT: My mistake: What makes it unbearably slow is that I am trying to select only the first (TOP 1 *) record. Now I can keep on with my work and the question is only academic: I thought that selecting one record would be faster than selecting the whole recordset. What can be the cause?
I see it doesn't happen only to me: Why select Top clause could lead to long time cost