
February 3rd, 2009, 12:18 AM
|
|
Registered User
|
|
Join Date: Feb 2009
Posts: 6
Time spent in forums: 1 h 7 m 16 sec
Reputation Power: 0
|
|
|
SQL Server 2000 - How to retrieve records of Active trace file
Hi,
When I try to retrieve the records of active trace file in SQL Server 2000 with following query:
SELECT * FROM ::fn_trace_gettable('C:\trace\server.trc', default)
I got an exception which says that " Server encountered an error.... "
Can you pls tell me is there any way/query to read the records of active trace file in SQL Server 2000?
Thanks in advance,
Shivani Suri
|