You administer a Microsoft SQL Server 2016 instance. You need to stop a blocking process that has an SPID of 64 without stopping other processes. What should you do?
正解:C
Explanation/Reference: KILL can be used to terminate a normal connection, which internally terminates the transactions that are associated with the specified session ID. References: http://msdn.microsoft.com/en-us/library/ms173730.aspx