by Gayathri R Nayak | Jan 28, 2021 | Latest, Server Management
Perfmon Counters for CPU Usage include Processor: % Processor Time, % User Time, % Privilege Time, % Interrupt Time, and so on. Performance Monitor (PerfMon) is a tool that comes built-in with Windows. It mainly allows looking into the performance of the system and...
by Gayathri R Nayak | Jan 28, 2021 | Latest, Server Management
Orphaned users in SQL Server occurs when a database user is based on login at the master database. But the login doesn’t exist at master. Normally, this happens while taking a database backup from one server and restoring it to another server (Mostly during DB...
by Gayathri R Nayak | Jan 28, 2021 | Latest, Server Management
Auto shrink database property in SQL server allows to automatically shrink the database files if the value is set to ON/True. However, it is not a good practice to shrink a database. Because it is a very expensive operation in terms of I/O, CPU usage, locking, and...
by Sushali Dasan | Jan 28, 2021 | Latest, Server Management
Wondering How to install Websitepanel on Windows? We can help you. WebsitePanel is a control panel that helps us to manage websites, application pools, email accounts, and much more easily on our Windows server. Other than Plesk it is also considered as one of the...
by Sushali Dasan | Jan 28, 2021 | Docker, Latest
Need to Manage Docker Volumes using Docker Compose? We can help you Docker Compose is a tool used for defining and running multi-container Docker applications. This means that we can organize or arrange Docker containers to use them in a better way with the help of...
Recent Comments