Viewing 8 posts - 421 through 428 (of 428 total)
bitbucket-25253 (6/1/2012)
Koen Verbeeck (6/1/2012)
Lucky guess for me 🙂+1
I guessed as well... setup event log is not something I'm familiar with.
June 1, 2012 at 7:00 am
Ugh, thought this was an easy one... should have done more research first. I'd forgotten the master database doesn't allow partial restores.
It's interesting that it will still let you...
May 29, 2012 at 7:18 am
Steve Cullen (5/25/2012)
Why would there more than one "master"? Seems like a simple question,...
May 25, 2012 at 2:11 pm
I believe the 5th and 6th parameters to xp_ReadErrorLog are start and stop datetimes respectively, so you should be able to do something like:
EXEC xp_ReadErrorLog 0, 1, Null, Null, '2012-05-16...
May 10, 2012 at 1:01 pm
I'm glad everyone seems to like this question. 🙂
SQL Server's handling of trailing spaces has bitten me a couple of times. I find it somewhat counter-intuitive.
May 9, 2012 at 7:06 am
Ugh, should have gone with my first impulse, but then I thought it was a trick since you can create a foreign key type of relationship across databases with triggers.
April 6, 2012 at 7:37 am
I believe you can restore to a point in time from a full backup without a log backup, if the current log is still available and has not been truncated....
February 21, 2012 at 7:49 am
Viewing 8 posts - 421 through 428 (of 428 total)