What is “Audit Logout” in SQL Server Profiler?

后端 未结 4 2064
失恋的感觉
失恋的感觉 2020-12-24 04:18

I\'m running a data import (using C#/Linq), and naturally I\'m trying to optimize my queries as much as possible. To this end I\'m running a trace on the DB using SQL Serve

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-24 04:47

    If I remember correct, the duration of an Audit Logout is the amount of time the connection was open. E.g. nothing to do with speed of the command - just the amount of time the login was 'logged in'.

提交回复
热议问题