Other than using profiler, is there a way to view the sql that linq-to-sql produces?
I used LinqPad today to help debug a Linq2Sql issue. It's a neat little tool, and will show you the SQL you're generating also.
http://www.linqpad.net/