I need to create some alerts, logging jobs and monitors on a machine that is going to run SQL Server 2012 Standard for an ERP system.
The OS will be Windows Server 2008 R2 Standard/Datacenter (if it matters).
I am planning to implement: server performance monitors (processor time, load, memory used, reads/writes to disk, disk space).
I don't know what should I be logging in terms of the database/SQL Server instance. I thought about autogrowth operations on the database and transaction log files. I guess I should be monitoring locks, transactions, connections and a few more things. But what exactly? Which activities should be logged only and which should be emailed to me ASAP?
I will greatly appreciate your advice as I'm a beginner in database administration.