How to see SQL query in SQL profiler?

前端 未结 2 1169
鱼传尺愫
鱼传尺愫 2021-01-18 02:01

When I issue an update query or another Data Manipulation Language (DML) query that changes the data in the database, using Entity Framework 4, how do I see the query sent t

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-18 02:22

    you answered it, sql server tool called profiler

    edit:

    http://msdn.microsoft.com/en-us/library/ms187929.aspx

提交回复
热议问题