Forum Replies Created

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

  • RE: What's blocking

    Try this script:

    SELECT p.spid

    ,convert(char(12), d.name) db_name

    , program_name

    , convert(char(12), l.name) login_name

    , convert(char(12), hostname) hostname

    , cmd

    , p.status

    , p.blocked

    , login_time

    , last_batch

    , p.spid

    FROM master..sysprocesses p

    JOIN ...

  • RE: "REBBRUI.rll is missing" error from Enterprise Man after installing SP3

    Try to reinstall Analysis Services and SP4. I had the same problem. Last weeek I reinstall Analysis Services and the message desapear.

    In my...

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