Serverkonfigurationsoptionen für den Serverarbeitsspeicher per TSQL

 

sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'max server memory', 4096;
GO
RECONFIGURE;
GO

Author: Stefan