Forum Replies Created

Viewing 15 posts - 556 through 570 (of 821 total)

  • RE: Fantasy Football 2011

    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...

  • RE: Fantasy Football 2011

    @Sequel Surfer,

    Did you go to the game in London? Don't remember if you're close to there or not.

  • RE: Fantasy Football 2011

    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...

  • RE: Fantasy Football 2011

    Don't forget to update your lineups, TONS of BYEs this week.

  • RE: DB Mirroring question?

    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...

  • RE: How to find which cert is doing the TDE

    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

  • RE: DB Mirroring question?

    The network won't matter as long as all the machines can communicate over the specified ports.

    Are you getting an error?

  • RE: Fantasy Football 2011

    Big Ben and Shonne Greene finally showed up....looks like you needed every bit of Ben's 40 pts.

  • RE: Fantasy Football 2011

    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...

  • RE: Fantasy Football 2011

    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.

  • RE: Talking baseball

    I shoulda pulled the trigger last year with the Giants. May never get the change again.

  • RE: Trying to find Sci-Fi short story from long ago

    Looks like I'll have to go read it now!

  • RE: Fantasy Football 2011

    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...

  • RE: Today's Random Word!

    "I'm THE big fat panda"

  • RE: Trying to find Sci-Fi short story from long ago

    "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...

Viewing 15 posts - 556 through 570 (of 821 total)