Preferred method of debugging SQL statement

  • Thread starter Thread starter Larry Bud
  • Start date Start date
L

Larry Bud

What's the preferred method of debugging SQL using ASP.NET 2.0 and VWD
or Visual Studio 2005? For now, I'm just using SQL Profiler to trap
the SQL statement, but that seems a bit kludgy.

Any way to set a break point and see the actual SQL statement being
sent to the SQL server?
 
not in the current release. the new Linq library for sqlserver will have
this feature.

-- bruce (sqlwork.com)
 
Back
Top