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 |
|
pushkartiwari
Starting Member
4 Posts |
Posted - 2005-06-27 : 09:58:23
|
| Hi,I am trying to write my own utility which can read the trace file generatedby SQL Server.I am able to interpret most of the binary data in the trace file.But still I am having some problems in interpreting some binary values whichare there at the beginning of every trace file. These values areFFF4,FFFD,FFFA,FFFB,FFFC.I am able to interpret FFF6 which is used specify the beginning of a event.If some one have any knowledge about these values then please help me out.Thanks in advance.Pushkar |
|
|
Thrasymachus
Constraint Violating Yak Guru
483 Posts |
Posted - 2005-06-27 : 10:01:37
|
| Why not just write your results to a sql table?Sean RoussyPlease backup all of your databases including master, msdb and model on a regular basis. I am tired of telling people they are screwed. The job you save may be your own.I am available for consulting work. Just email me though the forum. |
 |
|
|
|
|
|