Forum Replies Created

Viewing 15 posts - 46,006 through 46,020 (of 49,571 total)

  • RE: Congratulations to Our New MVPs

    Jeff Moden (7/2/2008)


    Mike C (7/2/2008)


    I hear drinks are on Jeff? 🙂

    Only if you get real clumsy 😀

    That can definitly be arranged. 😉

  • RE: Possible new DBA position leery of the 'test'

    Sounds like they really need you and really like you. Means, if you want to negotiate, you're doing it from a position of strength. There are worse positions to be...

  • RE: Non sargable mightmare

    Agreed. Sorry, but I don't think we're going to be able to help very much here, except to offer commiserations and sympathy. Much as I'd love to dive into your...

  • RE: DBA Certification

    I've heard that the MS press self-paced training kit is very good.

  • RE: Congratulations to Our New MVPs

    Jeff Moden (7/2/2008)


    We can do that! I'll actually be at PASS this year! Looking forward to meeting you and many of the "old timers"...

    Excellent. We should organise a...

  • RE: Congratulations to Our New MVPs

    Jeff Moden (7/2/2008)


    Folks, meet my friend at work, Mr. Venkat Gotur... this man is not only an awesome thinker/developer/designer (Just got promoted to "Prime" Developer... makes more coin than most...

  • RE: Non sargable mightmare

    OleHank (7/2/2008)


    DECLARE @retVal tinyint

    DECLARE @truthTable char(42)

    SET @truthTable = '111111012345201333330143444015345501234560'

    SET @retVal = CAST( SUBSTRING( @truthTable,...

  • RE: Congratulations to Our New MVPs

    Jeff Moden (7/2/2008)


    Oh my... wow... WOW! HOLY MACKERAL! :w00t::blush:

    Congrats Jeff. When you get down from cloud nine, let us know. Don't rush though, this doesn't happen every day. :w00t:...

  • RE: sp_executesql quirk/question

    Gaby Abed (7/2/2008)


    However when I change @sqlstring to the following: select @sqlstring = N'select @db..sysindexes'

    you need to concatenate the value of the variable into the string. This should more-or-less...

  • RE: Database error when tried to open

    Try downloading process explorer and see if you can identify what is using that file. If you can find out and you can remove that open file handle, you should...

  • RE: Database error when tried to open

    Ah. Now we get somewhere.

    Do you have an anitvirus that may be (or may have been) scanning the file? Do you perhaps have a file backup that may be (or...

  • RE: Database error when tried to open

    Are there any errors in the SQL error log?

  • RE: Database error when tried to open

    Is the log file where SQL expects it to be? That error indicates that the log fle couldn't be read.

    Have a look in the SQL error log, see if you...

  • RE: doubts in Indexing

    Try using the query execution plan to see if the index is used o not.

    Without more info on table structure, index structure and query, I can't even begin to...

  • RE: Interogating a database transaction log file

    Michael Earl (7/2/2008)


    True, but what are the odds we're both off our meds on the same day?

    Good point.

Viewing 15 posts - 46,006 through 46,020 (of 49,571 total)