My SQL server has 3gb of ram and our database is only 1.2gb. Right now SQL has the whole database loaded into memory which is great, but I'm worried about it's writes.
The last time the datafile was "modified" is yesterday, but there are tons of writes to the tables ever minute. Is there a way to force the server to flush data to the file without shutting down the database?
The last time the datafile was "modified" is yesterday, but there are tons of writes to the tables ever minute. Is there a way to force the server to flush data to the file without shutting down the database?