Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
funketekun
Constraint Violating Yak Guru
491 Posts |
Posted - 2008-04-09 : 19:34:43
|
| SQL profiler displays duration 70610. But textdata doesn't display anything. Anyone know why? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-04-09 : 19:37:00
|
| What's the event?Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
funketekun
Constraint Violating Yak Guru
491 Posts |
Posted - 2008-04-09 : 19:57:17
|
| It was audit log out...i think its fine.How do i filter it out? |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-04-09 : 20:12:30
|
| Just remove the event when you setup the trace. It's selected by default.But I also do this when I query the trace table: WHERE TextData IS NOT NULL to further filter since other events will sometimes have nulls.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
|
|
|