Ghooti Farangi
Ghooti Farangi

Reputation: 20206

Query analyzer or profiler for SQL Server CE 4

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

Upvotes: 1

Views: 1743

Answers (1)

ErikEJ
ErikEJ

Reputation: 41819

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)

Upvotes: 5

Related Questions