I would shut down the service / server. If am not able to connect at all. I
dont have a sane answer at this time.
> Hi
>
[quoted text clipped - 18 lines]
>
> Glenn
Sounds like adding a column using Enterprise Manager instead of Query
Analyzer...
When you stop the server service, the 'rogue' process will be aborted.
However, when you start the server back up, it may take quite some time for
the last incomplete transaction (the rogue process) to be rolled back and
the server back online. Perhaps that is why it 'seems' that the same rogue
process is back.

Signature
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
> Hi
>
[quoted text clipped - 18 lines]
>
> Glenn
Glenn - 27 Aug 2006 23:07 GMT
Thanks Arnie, and other responders.
Yes, it seems the system was rolling back the process (after I aborted
it by stopping the SQL Server service), it was just using a LOT of
resources and time to do the rollback! I guess it uses the sa user so
that the rollback process can not be killed (therefore enforcing data
itegrity). When I looked at it after the weekend, the process had
finally ended, the db was in the state it was in prior to attempting to
add the columns, and essentially all is good.
Thanks all
Glenn