Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Enabling Database Mail

    OK, just to tie up loose ends, we did end up applying the hotfix yesterday. Of course, despite what the documentation said, it wanted a reboot of the server....

  • RE: Enabling Database Mail

    Marios Philippopoulos (8/18/2008)


    I don't know if this was mentioned already...

    What version are you on?

    We're on: Microsoft SQL Server 2005 - 9.00.3054.00 (X64) Mar 23 2007 18:41:50 ...

  • RE: Enabling Database Mail

    OK, thought I was all set...but of course, it's never that easy. I get this error in the log:

    Exception Type: Microsoft.SqlServer.Management.SqlIMail.Server.Common.BaseException

    Message: The read on the database failed. Reason: Failed...

  • RE: Enabling Database Mail

    If I get a "1" as a result from the query

    SELECT is_broker_enabled

    FROM sys.databases

    WHERE name = N'msdb';

    then I don't even need to stop the SQL Server Agent, is that...

  • RE: tsql case statement

    I was told you'd actually get back incorrect results occasionally from the first way...was just wondering if that was the case in 2005 - or maybe I was just told...

  • RE: tsql case statement

    Jeff Moden (4/15/2008)


    Sean... take a look at Books Online... most of the examples given are just flat wrong... for example...

    [font="Courier New"]SELECT @COL = CASE @Section

    ...

Viewing 6 posts - 1 through 6 (of 6 total)