trevorwilliams2
Programmer
I am in the process of migrating my tables to SQL server 2008.
I recently moved my contacts data to SQL Server.
I have a contacts menu with about 13k records.
The record source for this menu is simply the contacts table.
(the table is actually a view filtered by client name)
Common use for searching in this menu is to search in field, for example a last name by clicking in the text box, Ctrl F...
Access would return a record in approx 3 seconds.
With SQL Server searches now take 20 seconds.
I have tried adding SQL Indexes to FirstName, LastName, but no difference in performance.
Does anybody have any suggestions as to how I might speed things up?
Thanks
I recently moved my contacts data to SQL Server.
I have a contacts menu with about 13k records.
The record source for this menu is simply the contacts table.
(the table is actually a view filtered by client name)
Common use for searching in this menu is to search in field, for example a last name by clicking in the text box, Ctrl F...
Access would return a record in approx 3 seconds.
With SQL Server searches now take 20 seconds.
I have tried adding SQL Indexes to FirstName, LastName, but no difference in performance.
Does anybody have any suggestions as to how I might speed things up?
Thanks