Viewing 15 posts - 7,756 through 7,770 (of 49,571 total)
naga.rohitkumar (9/19/2014)
no one take tail-log backup it just simply went in to restoring mode
Databases don't 'just go into restoring mode'. If the DB is RESTORING (not RECOVERING, that's different), then...
September 19, 2014 at 3:40 am
Fail over to your DR server.
You do have a DR server, given that the system is so critical that downtime will cause the loss of millions of rupees?
September 19, 2014 at 3:38 am
Someone's either having the worst day, or is asking interview questions.
Database goes into Restoring mode
Performance tuning it so critical can any one plz figure it out urgent
September 19, 2014 at 3:36 am
Indexes don't have a MAXDOP.
What you can do, when rebuilding an index, is specify the maxdop for that rebuild statement, but it's not persistent, it doesn't get stored anywhere,...
September 19, 2014 at 3:35 am
http://www.amazon.com/Server-Query-Performance-Tuning-Experts/dp/1430242035/
If it's critically urgent, hire someone to help you.
September 19, 2014 at 3:24 am
You've either had the worse day possible or are asking interview question.
Is this the same DB you posted the Suspect database thread about? If so, I answered there.
September 19, 2014 at 3:22 am
To recover without data loss, restore your last full backup and all log backups since that backup. Since the DB is so critical, I assume you must have those backups.
September 19, 2014 at 3:21 am
Why does it matter how the data is stored in the full backup?
Full backup is just that, a complete copy of the entire database. Diff backup contains the changed extents...
September 19, 2014 at 3:20 am
You can. It will force every single query to recompile, increasing CPU usage and slowing everything down, but you can run it if you really want.
September 19, 2014 at 3:19 am
Or someone has taken a tail-log backup. (BACKUP LOG ...WITH NORECOVERY)
Check the log backup jobs, make sure someone hasn't mistakenly checked the 'backup tail of the log' option'
September 19, 2014 at 3:17 am
Pros: None
Cons: It's a known sysadmin account, so a hacker target
September 18, 2014 at 4:40 pm
TomThomson (9/18/2014)
Why "Like today" in particular?
Because I first saw it the day I wrote that. Hence it couldn't possibly have scared me any time prior to that.
September 18, 2014 at 9:34 am
How big are the indexes in question? How many pages?
September 18, 2014 at 6:26 am
Have you tried looking in the default trace?
September 18, 2014 at 5:08 am
Stefan Krzywicki (9/17/2014)
SQLRNNR (9/17/2014)
Roy Ernest (9/17/2014)
It felt like the OP would upgrade to SQL 2014 so that...
September 18, 2014 at 2:56 am
Viewing 15 posts - 7,756 through 7,770 (of 49,571 total)