tags:

views:

417

answers:

2

my database is stoped. i can't make anything, select, update, nothing. somebody told me to set the database in emergency mode but i don't know how?

+1  A: 

i think this is only for Server DB, or not?

in SQL Documentation was a query like this:

set emergency mode "databasename"

try it on! cos' I have only Express Edition of SQL Server here

DaDa
it's not correct.
you should give some good advices, not bad :(.
A: 

i found the solution : ALTER DATABASE dbName SET Emergency

this solutions set database in emergency mode. in this mode you can get all the data.
hope it helps somebody.