Hi,After enabling server broker sql notification. My sql memory goes 2 gb.How can I kill queues?How to release one of notification table?Below query "sysdercv" tables goes huge.select OBJECT_NAME(p.object_id), reservedpages = sum(a.total_pages), usedpages = sum(a.used_pages), pages = sum( CASE -- XML-Index and FT-Index internal tables are not considered "data", but is part of "index_size" When it.internal_type IN (202,204,211,212,213,214,215,216) Then 0 When a.type <> 1 Then a.used_pages When p.index_id < 2 Then a.data_pages Else 0 END )from sys.partitions p join sys.allocation_units a on p.partition_id = a.container_id left join sys.internal_tables it on p.object_id = it.object_idGROUP BY p.object_idwith rollup
How can I frees up and kill all service broker notifications? I also want to disable notification. But want to kill and frees up above table first.