* Server resource manager: it has always been ignored. It only knows that it can connect to the database, and then it can directly ask for something. In fact, these are all ways to accelerate application development, this is actually an application of the sentence, where to go back and forth, never know what to use or what to know, and then learn to be lazy;
* Performanceconter;
* He said that it would be nice to create a stored procedure on the server resource manager to debug it. I didn't give any comments because I am not familiar with the stored procedure, but I hate this resource manager, I don't know why;
* Database project: You can create a database project to synchronously manage the database. In the Server Manager, you can create a database and generate a script to maintain other projects, right-click the database project and you can generate the corresponding commands. It seems that powerdesigner is not used;
* WMI: First, it means Baidu. In vs, you can right-click the server resource manager to generate the corresponding object.CodeIt's a pleasant way. For example, you can view the partition of a machine. It's almost omnipotent and safe, because the code generated in this way is called WMI. net, the relationship with WMI will be known at a glance;