Tem certeza?:SQL SERVER 2008 - Fuga de memória ao armazenar milhões de registros
Se você realmente precisa:
sp_configure 'show advanced options',1
reconfigure
GO
sp_configure 'max server memory',100
reconfigure
GO
sp_configure 'show advanced options',1
reconfigure
GO
sp_configure 'max server memory',100
reconfigure
GO