Viewing 9 posts - 31 through 39 (of 39 total)
Any DR solution directly depends on the following.
• Amount data loss that is affordable.
• Maximum downtime of database that is affordable.
• Budget allotted to accomplish this...
April 20, 2010 at 3:12 am
Hi,
If you are not expecting answer to interview question, there are many DR plans. Before deciding on anything you ask yourself
• Incase of failure how much data loss can I...
February 24, 2010 at 1:40 am
Rebuild must be done in single user mode.
“\Program File\Microsoft SQL Server\MSSQL.1\MSSQL\BINN\sqlservr.exe" -m
Start a DOS box:
C:\> sqlcmd
Restore database master from DISK = ‘\Path of backup file .bak'
February 22, 2010 at 4:56 am
Can you post your summary.txt log and also please post detail.log file that is in the same folder.
January 21, 2010 at 2:11 am
I would recommend take full backup of live database, create a dummy database restore live database into the dummy DB.
Take total count...
October 6, 2009 at 10:07 pm
Hi All,
Thanks a lot for posting suggestions, this issue is now fixed without data loss.
There were 5 consistency errors in one system table and one consistency error in one user...
October 6, 2009 at 9:32 pm
Yes my management is aware of this and we are scheduled this task for tomorrow. I will update you all with the outcome.
Thanks everybody for your time and suggestions...
October 1, 2009 at 3:35 am
Yes, we do take log backups every 10 minutes and for my bad we recycle t-logs every 3 days :crying :
October 1, 2009 at 2:41 am
Hello Sir,
Thank you for quick response. I do have full backups running every day.
We are getting this consistency errors since two weeks, that means I should be restoring affected...
September 30, 2009 at 9:21 pm
Viewing 9 posts - 31 through 39 (of 39 total)