When I execute a stored procedure and look at the execution plan, I see some "clustered index scans" where I'm not expecting them ... and they appear to be coming from "query_notification" objects.
Is there anyway in SQL Server to see what the source of the query notification is, and to actually stop or clear that notification?