OS questions

True or False and briefly explain why a) Cache is usually faster than main memory. True. Cache memory is directly connected to the central processing unit(CPU). Retrieval from cache takes far smaller amount of  CPU circles than retrieving from main memory. There is wait or delay for access to memory, which could take several CPU […]

Read More

Restore database in sql server

Restoring database in sql server is one of the important tasks database administrators have to do from time to time. Restoring a database just means to bring up a backed up copy of the database online. There are many scenarios that may require for the database to be restored from a backup such as when […]

Read More

Back up database in SQL Server.

Backing up databases is one of the tasks perform by database administrators in many organizations. The aim is to make a copy of the database with data either to restore to another server, keep it to restore in case of issues on the database, migrating application, for use on a desktop or for any other […]

Read More