| |

How can I exceed the 16 tables restriction for one query?
Answer:
It's not recommended and not documented way, but if you want, you can
use trace flag 105 to exceed the 16 tables restriction for one query.
See this article for more details:
SQL Server 6.5: Some useful trace flags
|
|