sql profiler

Discussion in 'ASP.NET / ASP.NET Core' started by radpin, Dec 2, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hey folks!

    Just curious about how I might be able to get a trace on my database. I'm using NHibernate, so being able to see what's happening in between my dal and the data engine itself is really handy.

    I'm not in the sa group, but I would imagine I'm not the first person to ask for this?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    SQL Profiling is not supported because it is very resouce intensive.

    I suggest you run the trace in your development environment.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page