Forum Replies Created

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

  • RE: Backup job fail...

    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...

  • RE: Who's Blocking

    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),

    ...

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