How to know the query failure in Sql Server profiler

2

I have an application, which performs the API tests by postman.

Debugging the app, the test goes through all my layers and returns: 'status: 200 ok'. However, the object is not inserted into my table. I have tried to map a request to the Sql Server profiler, but I did not see any error that I understood.

    
asked by anonymous 04.04.2018 / 01:57

0 answers