Viewing 15 posts - 556 through 570 (of 817 total)
Whichever login/user you're using on the principal must be mimicked on the mirror, if you're going to failover. When you copied the database over to the mirror and established...
October 21, 2011 at 9:37 am
Found it:
sys.dm_database_encryption_keys
'encryptor_thumbprint' can be joined to sys.certificates.thumbprint to find the certificate used for encryption:
select db_name(a.database_id), b.name
from sys.dm_database_encryption_keys a
join
sys.certificates b
on a.encryptor_thumbprint = b.thumbprint
October 19, 2011 at 3:17 pm
The network won't matter as long as all the machines can communicate over the specified ports.
Are you getting an error?
October 17, 2011 at 10:03 am
Big Ben and Shonne Greene finally showed up....looks like you needed every bit of Ben's 40 pts.
October 10, 2011 at 11:52 am
Week 5 matchups:
SSC Steelers (2-2) vs SQL Bolts (2-2) -- someone will have a winning record after this week
NFLSoldiers (1-3) vs @speedracer (2-2) -- @speedracer is on a winning...
October 7, 2011 at 12:20 pm
Anyone from the SSCFL going to be at PASS, maybe going to the SSC Tuesday Casino night? Would love to put a face to a name.
September 28, 2011 at 10:25 am
I shoulda pulled the trigger last year with the Giants. May never get the change again.
September 27, 2011 at 11:59 am
Looks like I'll have to go read it now!
September 27, 2011 at 10:57 am
I would love an IR spot too; that's one of the frustrating parts of fantasy football, placing the injured stallion in the barn knowing that you can't afford the hay...
September 27, 2011 at 10:55 am
"Dayworld" was fun but I don't think it's what you're looking for. It's about a society that's over populated, to take care of the over population half the people...
September 21, 2011 at 1:58 pm
Don't forget to update your lineups, lots of injuries already.
September 16, 2011 at 5:16 pm
I checked, no need at RB for now.
Trades definitely make the league more exciting, hopefully you'll get a bite.
September 16, 2011 at 9:51 am
Viewing 15 posts - 556 through 570 (of 817 total)