Viewing 2 posts - 1 through 2 (of 2 total)
Just for info
I get the same bug.
the problem was the password of sql Agent was changed.
make sure that the sql agent account it still ok : for this just restart...
July 29, 2009 at 5:24 am
#1031546
try this:
set nocount on
declare @spid varchar(10)
declare @blkby varchar(10)
declare @stmt varchar(100)
create table #temp
( spid integer, status varchar(100), login varchar(50), hostname varchar(25), blkby varchar(10),
...
April 2, 2009 at 6:03 am
#970561