view SQL using console?

view SQL using console?

montoyammontoyam Posts: 568Questions: 136Answers: 5

in my MVC project I am getting an error when trying to add a record using the Editor. It is saying: Arithmetic overflow error converting expression to data type nvarchar. The statement has been terminated.

I am able to append a record using t-sql. the model and controller look fine from what I see. Is there a way, using the console in Chrome, to see the sql statement that is getting sent/rejected?

Answers

This discussion has been closed.