Okay, I love that this is an option at all, been wanting it for years. The ability to look at my queries and see what I got back - AWE.SOME. Alas, right now SP_WHOISACTIVE doesn't work. All that's saved are the standard warnings: /* SSMSBoost Connection: myservername.master (WinAuth) Start Date: 2017-04-04 09:42:37 Execution Time: 1.60 seconds Result: Success <?xml version="1.0" encoding="utf-16"?> <ArrayOfScriptItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ScriptItem xsi:type="BatchInfo"> <Index>0</Index> <Text>sp_whoisactive @filter = '%distribution%', @filter_type = 'database', @get_outer_command = 1 --@get_full_inner_text = 1 , @show_sleeping_spids=2</Text> <RecordCount>0</RecordCount> <Items> <ScriptItem xsi:type="MessageInfo"> <Message>Warning: The join order has been enforced because a local join hint is used.</Message> <DetailedMessage /> </ScriptItem> <ScriptItem xsi:type="MessageInfo"> <Message>Warning: Null value is eliminated by an aggregate or other SET operation.</Message> <DetailedMessage /> </ScriptItem> <ScriptItem xsi:type="MessageInfo"> <Message>Warning: Null value is eliminated by an aggregate or other SET operation.</Message> <DetailedMessage /> </ScriptItem> </Items> <Canceled>false</Canceled> </ScriptItem> </ArrayOfScriptItem> */ sp_whoisactive @filter = '%distribution%', @filter_type = 'database', @get_outer_command = 1 --@get_full_inner_text = 1 , @show_sleeping_spids=2 |
![]() |