MCPcopy Create free account
hub / github.com/dzsquared/sqlops-firstresponderkit / getblitzwho

Function getblitzwho

src/getScripts.ts:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45//importing spblitzwho script
46let getblitzwho = async () => {
47 await spblitzscript(baseUrl, "sp_BlitzWho.sql");
48};
49export let disposable_spblitzwho = vscode.commands.registerCommand('extension.sp_blitzwho', getblitzwho);
50
51//importing spblitzindex script

Callers

nothing calls this directly

Calls 1

spblitzscriptFunction · 0.85

Tested by

no test coverage detected