Tagged Questions
1
vote
1answer
27 views
SIMPLE or FULL recovery model for databases?
When should I use the full recovery model and when should I use the simple recovery model for databases?
I always used the full recovery model because it is the default, but today i encountered this ...
4
votes
2answers
202 views
SQL Server 2008 R2 database is suspect, tried it all. Final destination?
This night my hosting provider made a "hard reset" on my VPS hosted in their farm. And one of most important databases (SQL Server 2008R2 database) is now in Suspect mode. My provider has backups ...
4
votes
1answer
167 views
Electricity off while shrinking database, how can I recover my database?
While i execute shrink database, the electricity has been gone down, I can't access my database now, it is (In Recovery), how can i recover it?? Note: it is a very huge database: 25 GB.
EDIT:
My ...
4
votes
2answers
2k views
Recover deleted records [duplicate]
Possible Duplicate:
How do I get back some deleted records?
Our C#.NET application mistakenly deleted all records from all tables of its database.
The application automatically takes ...
9
votes
2answers
1k views
Restore bak file to smaller mdf and ldf database files
I have a legacy database whose nightmarish lack of design I will not get into here, but the files on the server are (relatively) enormous. I have:
MyDatabase.mdf: 24.8GB
MyDatabase.ldf: 114.6GB
This ...
2
votes
1answer
3k views
Database 'MyDb' is being recovered. Waiting until recovery is finished
I got so error:
Database 'MyDb' is being recovered. Waiting until recovery is
finished.
I have had a critical operation at that time.
What is the cause of this situation? And how can it be ...
2
votes
2answers
216 views
SQL Server recovery with LVM snapshot as base
Is it possible to fully recover a database from a snapshot plus transaction log backups? By snapshot I mean a crash-consistent clone of the Server - in this case an LVM snapshot that is shipped ...