trace to db table vs trace to file

  • Thread starter Thread starter tony
  • Start date Start date
T

tony

hi.

from performence point of view, what code run faster , tracing to file or
trace to db table ?

thanking in advance.
 
It is better practice to trace to a file because it is more likely to
succeed in an event of an error. In addition, you can only have one database
open at a time assuming you are using SQL Server Mobile Edition.

Regards
Simon.
 
Back
Top