Viewing 15 posts - 481 through 495 (of 4,745 total)
doesn't matter, you can switch between modes.
September 26, 2013 at 2:20 pm
Do I restore in norecov, add diff with no recov and logs with no recov, then do standby for applying tran logs
Thats correct, restore the full backup and any differentials...
September 26, 2013 at 2:06 pm
SQL Server MVP deep dives (various)
September 26, 2013 at 7:29 am
If you only need data on the reporting server nightly have you considered log shipping? Just hold off on the restores during the day and have the database in standby\read...
September 26, 2013 at 7:02 am
you can upgrade just one instance.
In this case I would recommend doing the upgrade manually.
September 26, 2013 at 6:50 am
you cannot do a log backup on the master database as it can only be in simple mode. That will be why the TLOG backup is failing for system databases...
September 3, 2013 at 11:17 am
hard to say on index rebuilds, check the fragmentation daily to see how quickly the indexes fragment.
You may want to update your stats after the upload though. Presuming you have...
August 30, 2013 at 4:32 pm
So when you finish for the day you shut down SQL? If this is just to record that then how are you shutting down SQL?
If just through the services applet,...
August 30, 2013 at 11:13 am
of course, if your aim is to save typing, rather than
EXECUTE sys.sp_configure
@configname = 'show advanced options'
,@configvalue = 1
type
exec sp_configure 'show advanced...
August 30, 2013 at 11:03 am
I doubt those two events are related. Sounds like something has happened to your account in AD (maybe recreated) so it no longer matches to the SID SQL holds for...
August 22, 2013 at 4:22 pm
no, that information is not kept in the msdb database.
the only thing that would revert the settings is restoring from a backup of the database before the change.
August 22, 2013 at 4:17 pm
recovery time is adversely affected by large number of vlfs in a transaction log file (see here)
so it is worth checking your databases for this condition (rule of thumb. vlfs...
August 22, 2013 at 1:07 pm
yep, thats the classic cause of that type of error in logshipping.
glad you sorted it.
August 22, 2013 at 7:29 am
Viewing 15 posts - 481 through 495 (of 4,745 total)