I\'m using Linq to SQL. I have a DataContext against which I am .SubmitChanges()\'ing. There is an error inserting the identity field, and I\'d like to see the query it\'s u
Run SQL Profiler if you have it. It'll show all traffic to your database, including SQL command text.