Viewing 15 posts - 136 through 150 (of 302 total)
November 19, 2009 at 11:10 am
Ha ha! I pretty much just posted the full extent of my knowledge on this subject!
We've never designed-in row-versioning anywhere I've worked. But recently we had...
November 19, 2009 at 10:27 am
If you have snapshot row-versioning in any of your user DBs, this very fact will prevent you from shrinking tempdb. I had to shrink such a tempdb this week,...
November 19, 2009 at 10:10 am
You're getting "Skipping log backup file since load delay period has not expired" in the history, but load delay is set to zero?
November 4, 2009 at 9:08 am
What happens when you make this an active/passive cluster (by offlining one of the SQL groups)? Same behavior? Or maybe you don't have a non-prod environment in which...
May 1, 2009 at 7:42 am
sp2 + cumulative rollup #9, sp3 pending
May 1, 2009 at 7:41 am
I can't answer, I inherited this. Might be overkill on some of the sp1+ settings? Getting anyone to comment on this was semi-ulterior motive of mine. This...
May 1, 2009 at 7:25 am
Maybe the user was granted execute rights in the default instance's msdb, just not obvious to you that this was done? Could have gotten this via role membership, OS...
April 30, 2009 at 4:00 pm
I've been using the attached MSDTC security settings. Do yours vary significantly?
April 30, 2009 at 3:38 pm
Very interesting!
I don't have an active/active to check right now. But a have a couple active/passive clusters, and have never needed to ensure SQL and MSDTC were physically running...
April 30, 2009 at 3:26 pm
as long as you have remote servers or linked servers setup for RPC, this should work:
exec servername.dbname.dbo.executesql 'alter table ...'
or use sp_sqlexec, or whatever variant of...
April 30, 2009 at 2:23 pm
It looks to me that you have load delay setup, so you transaction log cannot be restored until that delay has elapsed.
If you don't want that delay, remove...
April 30, 2009 at 1:51 pm
You can see name & status if you change from list view to details view (little icons above the big word "Jobs" in the heading). But that's about...
April 30, 2009 at 1:43 pm
Thanks for the link, Tim...that's a great article! It confirms some my suspicions (e.g. that progress is not lost when we abort a long-running shrinkfile). If nothing else,...
April 29, 2009 at 9:20 am
Viewing 15 posts - 136 through 150 (of 302 total)