What is the command line command to limit SQL 2000 server to 640MB of RAM? This is MSDE2000 and so I don't have access to Enterprise Manager.
|
feedback
|
|
Have a go at this:
If you have to do this via a command line tool you can put that into a .sql file (LimitMaxMem.sql) and do this:
BTW- Enterprise Manager should hook up with MSDE just fine. I used to use it all the time. | |||||||||
feedback
|