Hi,
I want tgo restore a content database of a webapplication.But I am getting this error.
System.Data.SqlClient.SqlError: Exclusive access could not be obtained because the database is in use. I am trying the following thing.But Same issue persists
ALTER DATABASE MY DB SET Single_User WITH Rollback Immediate
Shubho