Viewing 15 posts - 12,076 through 12,090 (of 49,562 total)
Try doing an update stats for each stats object on that table, one by one.
August 16, 2013 at 2:37 am
OnlyOneRJ (8/16/2013)
Gail - Will APEX SQL ttol help me to read Log files which are backed up every 3 hours..
Probably, but it's a damn expensive app. Was over $1000 per...
August 16, 2013 at 2:33 am
In case you missed it
GilaMonster (8/15/2013)
August 16, 2013 at 2:30 am
Since you've recovered the database, you can drop it and reconfigure the log shipping from scratch.
The secondary will be up to date as of the last log backup copied and...
August 15, 2013 at 12:41 pm
If you selected standby, the database should be in the standby state. Recovering is when you select the NoRecovery status.
Standby's only if you need to read the database for any...
August 15, 2013 at 12:01 pm
Plan cache and TempDB space are unrelated. No, removing plans from cache is not going to do anything about tempDB's size or behaviour in a shrink.
As for shrinking TempDB, the...
August 15, 2013 at 10:13 am
Are there any relevant messages in the error log?
August 15, 2013 at 6:41 am
Mis-named user database files won't stop the instance from coming online. They'll only lead to the database in question being marked recovery_pending (not suspect)
It's master, model and TempDB that can...
August 15, 2013 at 5:05 am
Procmeister (8/15/2013)
August 15, 2013 at 5:02 am
May I suggest you use the built in log shipping functionality? Much easier.
August 15, 2013 at 2:43 am
Create a snapshot manually, check any messages in the error log.
Do you have any disk filter drivers installed?
August 15, 2013 at 2:41 am
To delete databases you would always log into SQL and do the delete from inside SQL Server.
August 15, 2013 at 2:40 am
I wouldn't suggest doing that. SQL manages the memory in cache just fine, and by clearing it you're removing any chance that pages needed by the night time work which...
August 15, 2013 at 2:38 am
Jeff Moden (8/14/2013)
August 15, 2013 at 2:34 am
Viewing 15 posts - 12,076 through 12,090 (of 49,562 total)