July 7, 2003 at 5:49 am
I work at a remote support center and my problem is profiler. We use Profiler quite often but due to connection speeds we would like to pull the traces back to our office for viewing. Is there anything out there that will let us view the traces locally without having SQL loaded but display the information as if we did have profiler loaded.
Louie
Louie
July 7, 2003 at 11:24 am
What about running the trace on the server, storing the results in a table and querying the results from the client using Excel or Access ? Then you only need MDAC loaded on the client and not Profiler.
Check out this article for more information on how to run the trace on the server:
July 8, 2003 at 7:56 am
Have you looked at installing the SQL Server Client tools (including Profiler) locally? I often review Profiler trace files that are sent to me.
If you also have SQL Server installed, you can load a trace file into profiler and save it as a table for additional query capabilities as cppwiz mentioned.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply