I have a single database deployed to SQL Azure. There are no hosted services deployed, and I have nothing running locally that can make a connection to it, but when I look at the web administration, it says there are 14 open connections.
Also, when I look at Query Performance it shows a couple dozen queries that I didn't write.
Is SQL Azure doing something in the background? Is this normal? How can I figure out where those 14 connections are coming from? I'm not really worried about anything, but I just want to learn what is going on here.
insert #t1 (object_id, object_name, object_schema, object_db, object_svr, object_type, relative_id, relative_name, relative_schema, relative_db, relative_svr, relative_type, schema_bound, rank, dep_type)
select object_id, object_name, object_schema, object_db, object_svr, object_type, relative_id, relative_name, relative_schema, relative_db, relative_svr, relative_type, schema_bound, rank , dep_type
from #t2 where @iter_no + 1 = rank