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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top