Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: How to reduce SQL Server memory usage?

    use sp_configure to set the max memory value. Note performance could be affected. Change 4096 to what value in MB you want sql to use the most

    sp_configure 'show advanced options',...

Viewing post 1 (of 1 total)