B"H
I need to alter a table and the Sql Azure just spins its wheels.
I think its because there is a connection somewhere that is accessing that table.
How can I see who is accessing my tables and how can I terminate their connections.
I am looking for something similar to
ALTER DATABASE xxx SET SINGLE_USER WITH ROLLBACK IMMEDIATE
GO
that will work with sql azure
thanks