Viewing 15 posts - 556 through 570 (of 822 total)
Yes, check this:
----------------------------------------------------------------------------
Sacramento SQL Server users group - http://sac.sqlpass.org
Follow me on Twitter - @SQLDCH
----------------------------------------------------------------------------
October 27, 2011 at 12:03 pm
The Steelers play the Niners in a Monday night game, will hopefully be attending that one. I do my best to hit the games when the Steelers are on...
----------------------------------------------------------------------------
Sacramento SQL Server users group - http://sac.sqlpass.org
Follow me on Twitter - @SQLDCH
----------------------------------------------------------------------------
October 26, 2011 at 9:50 am
@Sequel Surfer,
Did you go to the game in London? Don't remember if you're close to there or not.
----------------------------------------------------------------------------
Sacramento SQL Server users group - http://sac.sqlpass.org
Follow me on Twitter - @SQLDCH
----------------------------------------------------------------------------
October 25, 2011 at 9:43 am
Woot Steve!
I sent the reminder out to update our lineups and still forgot to replace my kicker, who was on a BYE.
Guess it tells you how busy I was last...
----------------------------------------------------------------------------
Sacramento SQL Server users group - http://sac.sqlpass.org
Follow me on Twitter - @SQLDCH
----------------------------------------------------------------------------
October 24, 2011 at 3:13 pm
Don't forget to update your lineups, TONS of BYEs this week.
----------------------------------------------------------------------------
Sacramento SQL Server users group - http://sac.sqlpass.org
Follow me on Twitter - @SQLDCH
----------------------------------------------------------------------------
October 21, 2011 at 3:23 pm
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...
----------------------------------------------------------------------------
Sacramento SQL Server users group - http://sac.sqlpass.org
Follow me on Twitter - @SQLDCH
----------------------------------------------------------------------------
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
----------------------------------------------------------------------------
Sacramento SQL Server users group - http://sac.sqlpass.org
Follow me on Twitter - @SQLDCH
----------------------------------------------------------------------------
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?
----------------------------------------------------------------------------
Sacramento SQL Server users group - http://sac.sqlpass.org
Follow me on Twitter - @SQLDCH
----------------------------------------------------------------------------
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.
----------------------------------------------------------------------------
Sacramento SQL Server users group - http://sac.sqlpass.org
Follow me on Twitter - @SQLDCH
----------------------------------------------------------------------------
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...
----------------------------------------------------------------------------
Sacramento SQL Server users group - http://sac.sqlpass.org
Follow me on Twitter - @SQLDCH
----------------------------------------------------------------------------
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.
----------------------------------------------------------------------------
Sacramento SQL Server users group - http://sac.sqlpass.org
Follow me on Twitter - @SQLDCH
----------------------------------------------------------------------------
September 28, 2011 at 10:25 am
I shoulda pulled the trigger last year with the Giants. May never get the change again.
----------------------------------------------------------------------------
Sacramento SQL Server users group - http://sac.sqlpass.org
Follow me on Twitter - @SQLDCH
----------------------------------------------------------------------------
September 27, 2011 at 11:59 am
Looks like I'll have to go read it now!
----------------------------------------------------------------------------
Sacramento SQL Server users group - http://sac.sqlpass.org
Follow me on Twitter - @SQLDCH
----------------------------------------------------------------------------
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...
----------------------------------------------------------------------------
Sacramento SQL Server users group - http://sac.sqlpass.org
Follow me on Twitter - @SQLDCH
----------------------------------------------------------------------------
September 27, 2011 at 10:55 am
"I'm THE big fat panda"
----------------------------------------------------------------------------
Sacramento SQL Server users group - http://sac.sqlpass.org
Follow me on Twitter - @SQLDCH
----------------------------------------------------------------------------
September 22, 2011 at 10:28 am
Viewing 15 posts - 556 through 570 (of 822 total)