1

Is there any query analyzer or profiler for Microsoft SQL Server CE 4?

Jeff Atwood
  • 63,320
  • 48
  • 150
  • 153
Ghooti Farangi
  • 19,926
  • 15
  • 46
  • 61

1 Answers1

5

Yes, if you install Visual Studio 2010 SP1 + SQL Server Compact 4 Tools, you get a query analyzer (if you use VS Premium or higher). You can also use my VS add-in: http://sqlcetoolbox.codeplex.com

There is no profiler, only Query Analyzer (SHOWPLAN)

ErikEJ
  • 40,951
  • 5
  • 75
  • 115