I have found an interesting issue while running DBCC on tables that contain a geometry data type. If I have more than 884500 rows, no matter the number of columns, I receive the following error:
Msg 8921, Level 16, State 1, Line 1
Check terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is inconsistent. Check previous errors.
Msg 701, Level 17, State 123, Line 1
There is insufficient system memory in resource pool 'default' to run this query.
If I have 884500 rows or less I do not receive the error. Same data, same structures, everything.
Has anyone seen this issue before? We just recently starting using spatial data types so this was not showing up in the error logs until now.
Thanks
Robert Attaway The SQLMDX Dude sqlmdxdude@gmail.com