How to perform the execution time of the SQL statement

xiaoxiao2021-03-05  25

SELECT statement before adding:

Declare @d datetime

Set @ d = getdate ()

And after the SELECT statement:

SELECT [Statement Execution Time (Mix)] = Datediff (MS, @ d, getdate ())

转载请注明原文地址:https://www.9cbs.com/read-36518.html

New Post(0)