G
Gerard
Hey all,
When I am running queries through Access to SQL, all
the queries are fine, except those which have more than
one join(left or right). One join is fine, but multiple
joins of 2 or more, take forever to resolve. I understand
that SQL is not designed for this, I was just wondering if
there is any way (Indexes, etc...) to speed these up. I
am also open to the idea of Views, as I understand that is
the preferred way to join tables with SQL Server. Below
is one of the queries in question. If anyone wants DDL
and data, just post and I'll get on it. Any help is
appreciated as always.
Thanks,
Gerard
When I am running queries through Access to SQL, all
the queries are fine, except those which have more than
one join(left or right). One join is fine, but multiple
joins of 2 or more, take forever to resolve. I understand
that SQL is not designed for this, I was just wondering if
there is any way (Indexes, etc...) to speed these up. I
am also open to the idea of Views, as I understand that is
the preferred way to join tables with SQL Server. Below
is one of the queries in question. If anyone wants DDL
and data, just post and I'll get on it. Any help is
appreciated as always.
Thanks,
Gerard