EXEC sys.sp_configure N'show advanced options', N'1' RECONFIGURE WITH OVERRIDEGOEXEC sys.sp_configure N'max server memory (MB)', N'256' -- <== mod this value to around 1/4 of installed memory - 1024 maxGORECONFIGURE WITH OVERRIDEGOEXEC sys.sp_configure N'show advanced options', N'0' RECONFIGURE WITH OVERRIDEGO
sqlcmd -S localhost\MICROSOFT##SSEE -E -i sqlconfig.txtsqlcmd -S localhost\OFFICESERVERS -E -i sqlconfig.txt