5

我在哪里找到了在 SQL Server 2008 Management Studio 中执行查询的毫秒数?

在实际执行计划中,我看不到时间。

4

3 回答 3

9

在查询的开始和结束时使用SET STATISTICS TIME ON/OFF

于 2013-03-14T12:53:34.933 回答
1

几个地方:

于 2013-03-14T13:09:39.627 回答
-1
 CultureInfo newCulture = (CultureInfo)System.Threading.Thread.CurrentThread.CurrentCulture.Clone();
 newCulture.DateTimeFormat.ShortDatePattern = "MM-dd-yyyy";
 newCulture.DateTimeFormat.DateSeparator = "-";
 Thread.CurrentThread.CurrentCulture = newCulture;
于 2017-02-06T08:57:14.930 回答