I can't seem to import trace files created from 64-bit Analysis Services 2005
to a 32-bit SQL Server 2005 DB. I have given appropriate permission to
"ALTER TRACE" but the select results in a display of only 2 rows and NULLs +
garbage in all the fields. Any ideas? Here's the query:
SELECT *
FROM ::fn_trace_gettable('C:\work\Misc\SQLTraces\OLAP\olapTraceTest.trc', 1)
--
Thanks.