I've two tables A and B in a Database X on SQL Server 2000. I query them based on same search parameters (actually it is because of their structural similarity to some extent).
The table A which has more records (64000) gives result normally, but the table B that has less no of records (22000) shows a Time Out Error.
moreover, table B shows all the records, if i use
Plz help as all this is happening in an Organization.