Just run this in a SQL query:
SELECT SYSTEM_USER
Just run this in a SQL query:
SELECT SYSTEM_USER
sp_configure ‘show advanced options’,1
reconfigure with override
go
sp_configure ‘max server memory’, 4096
reconfigure with override
go
sp_configure ‘show advanced options’,1
reconfigure with override
go
sp_configure ‘max server memory’, 256
reconfigure with override
go