注册 登录
编程论坛 SQL Server论坛

【着急】很奇怪的问题,超出 最大关联表数的提示

licomak 发布于 2010-11-19 13:00, 865 次点击
关联了5个表,其中2个是视图,视图中有3表关联。

提示如下:
Server: Msg 4414, Level 16, State 1, Line 1
[Microsoft][ODBC SQL Server Driver][SQL Server]Could not allocate ancillary table for view or function resolution. The maximum number of tables in a query (260) was exceeded.
1 回复
#2
licomak2010-11-19 14:19
找到问题原因了,视图中嵌套了了视图。╮(╯▽╰)╭
1