adspace


What are database states in ms sql server?

Answer Posted / Nisar Ahmad

Database states in MS SQL Server include:n- Running: The database is available for connections.n- Restoring: The database is being restored.n- Offline (single user mode): The database can be accessed by a single user, useful for repairing or recovering data.n- Recovery pending: The database is in the process of recovery after an outage.n- Suspect: The database has encountered errors and needs to be checked and possibly repaired.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is standby servers? Explain types of standby servers.

1078


Why should you use or avoid select * statements?

1108


How do I create a trace in sql server?

1118


How to provide default values to function parameters?

1256


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1068


What is sql or structured query language?

1226


What are the properties of the transaction?

1071


List out the different types of locks available in sql server?

1049


Why use identity in sql server?

1196


do you know how to configure db2 side of the application? : Sql server database administration

1122


Can you index views?

953


What are the different SQL Server Versions you have worked on?

1077


What is in place upgrade in sql server?

1125


What is normalization and what are the advantages of it?

1054


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1196