Closed jankap closed 2 years ago
Suppose, I've started a dump of a big database and forgot the ddlOnly flag, what do I have to do in VSCode to abort the current command? Looks like even killing VSCode does not stop the process.
ddlOnly
Thanks!
It's a separate process so you have to kill it using your process monitor or restart the entire machine.
Suppose, I've started a dump of a big database and forgot the
ddlOnly
flag, what do I have to do in VSCode to abort the current command? Looks like even killing VSCode does not stop the process.Thanks!