Profiler for Sql CE

前端 未结 4 1891
梦毁少年i
梦毁少年i 2020-12-06 10:15

i wonder if there is something similar to Sql Profiler for Sql Server Compact Edition? i use SqlCE as backend for a desktop application and it would be really great to have

4条回答
  •  离开以前
    2020-12-06 11:00

    I don't think that would work - CE seems like a totally different beast.

    You can enable some logging that might help you:

    http://msdn.microsoft.com/en-us/library/ms171949(SQL.90).aspx

    I tried to do this and managed to set the database up and connect from SSMS - you have to specify the alternate connection type of 'SQL Server Compact Edition'. Profiler has no such thing - and entering a path to the datafile for the 'database' field did nothing.

提交回复
热议问题