Forum Replies Created

Viewing 15 posts - 2,161 through 2,175 (of 7,502 total)

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (4/5/2011)


    Grant Fritchey (4/5/2011)


    Whoa! What? You're a youngster and you don't live in a cave, how is it that an old <insert inappropriate term here> like myself knows what...

  • RE: March Madness 2011

    Congratulations Steve ! Uconn (Connecticut) did win the finals this year.

  • RE: Are the posted questions getting worse?

    Jeff Moden (4/4/2011)


    Dang... Johan beat me to the punch on the target thing. Since more than one of us said it, it must be true. 😛

    He caught me in...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (4/4/2011)


    ALZDBA (4/4/2011)


    Stefan Krzywicki (4/4/2011)


    Grant Fritchey (4/3/2011)


    SQLkiwi (4/2/2011)


    What an amazing day at SQL Saturday #71 in Boston today.

    Got to meet heaps of great people including Grant and Stefan K!

    If...

  • RE: Are the posted questions getting worse?

    Roy Ernest (4/4/2011)


    Jeff, I have been having some bad time with accidents during the past one and a half years. One car was totaled and bought this new one. This...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (4/4/2011)


    Grant Fritchey (4/3/2011)


    SQLkiwi (4/2/2011)


    What an amazing day at SQL Saturday #71 in Boston today.

    Got to meet heaps of great people including Grant and Stefan K!

    If anyone would like...

  • RE: if a database in use

    I would first start with enabling auto close for that database and see when it goes offline and if it comes back online.

    Of course you need to take into account...

  • RE: Are the posted questions getting worse?

    Roy Ernest (4/1/2011)

    Forget about the tin, take good care of yourself !

  • RE: Are the posted questions getting worse?

    Like I retweeted :

    RT @AdamMachanic: Congrats to new SQL Server MVP Paul White!!! @SQL_Kiwi This is a blind RT, because if he wouldn't be in, nobody would !

    Congrats Paul !...

  • RE: Cascading Deletes with Instead-Of Triggers

    phbarn (4/1/2011)

    You made a good point with your reply and provided very good alternatives and how-to's,

    however ....

    please keep in mind this is an old thread ( Posted 1/21/2008 )

  • RE: MSDTC Cluster issue

    good feedback.

    I ran across mrdennys article last night, but had quit a busy day today.

    It's good you posted the ref for later forum users.

    mrdenny is very frequent on Twitter (...

  • RE: xp_cmdshell is enable and disabled

    Do any of these queries result in rows ?

    use msdb ; -- forwarded messages

    go

    SELECT '' as 'Q_000', *

    FROM sys.server_event_notifications

    order by name

    go

    select '' as 'Q_000a', *

    from sys.server_triggers

    select...

  • RE: Updating Records Based on Select Results

    As always ... Happy To Help 🙂

  • RE: xp_cmdshell is enable and disabled

    Perry Whittle (3/29/2011)


    do you have any SQL Server 2008 policies in force that may be disabling it after enabling

    Ah, yes, that may even be the most trivial point to start...

  • RE: Cursors and Table Variables

    Tank your for the feedback.

    I did a good deed today 😀

    Regarding cursors: In many cases cursors can be and should be avoided.

    SSC has got a couple of good article...

Viewing 15 posts - 2,161 through 2,175 (of 7,502 total)