方法一工具
declare @d datetime set @d=getdate() /*你的SQL腳本開始*/ /*你的SQL腳本結束*/ select [語句執行花費時間(毫秒)]=datediff(ms,@d,getdate())
方法二spa
位置:工具》選項》查詢執行》高級code