1.

What Is The Difference Between Dropping A Database And Taking A Database Offline?

Answer»

Drop DATABASE DELETES the database along with the physical files, it is not possible to bring back the database unless you have a backup of the database. When you take a database OFFLINE, you the database is not available for USERS, it is not deleted physically, it can be BROUGHT back online.

Drop database deletes the database along with the physical files, it is not possible to bring back the database unless you have a backup of the database. When you take a database offline, you the database is not available for users, it is not deleted physically, it can be brought back online.



Discussion

No Comment Found