Viewing 6 posts - 1 through 6 (of 6 total)
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....
August 21, 2008 at 2:53 pm
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 ...
August 19, 2008 at 7:08 am
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...
August 18, 2008 at 3:30 pm
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...
August 18, 2008 at 1:35 pm
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...
April 17, 2008 at 12:36 pm
Jeff Moden (4/15/2008)
[font="Courier New"]SELECT @COL = CASE @Section
...
April 17, 2008 at 12:14 pm
Viewing 6 posts - 1 through 6 (of 6 total)