Preferred method of debugging SQL statement

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?
 
B

bruce barker

not in the current release. the new Linq library for sqlserver will have
this feature.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top