SQL Server 数据库扩展问题,内存溢出

后台报Out of memery, 执行sql查询报错信息:

 Could not allocate space for object 'dbo.SORT temporary run storage:  141101870612480' in database 'tempdb' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

报错信息

执行sp_helpdb 的结果:
图片说明

网上说的方式没有解决:
stackoverflow的solution

请问如何解决,谢谢!

后台报Out of memery, 执行sql查询报错信息,你去GitHub看看吧