• Hi vinothd;

    basically the script does two things, it creates a trace on the server; server side traces do not have an appreciable impact on the server.

    second, it creates a view so that you can review the results of the trace. simply do a

    SELECT * FROM sp_DMLTrace

    to see the whole trace, and then start adding WHERE statements to limit the rows you see and the specific transactions you want to review.

    vinothd (7/5/2009)


    Sir,

    With regard to the post i've ran the SP file after that wha would happen?As i'm new to the Profiler i'm not sure what would happen.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!