PDA

View Full Version : sql profiler


radpin
12-02-2007, 11:54 AM
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?

bruce
12-03-2007, 08:07 AM
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 (http://www.DiscountASP.NET)