SamSaffron / MiniProfiler

A simple but effective mini-profiler for ASP.NET MVC, ASP.NET and Ruby.
http://miniprofiler.com
1.05k stars 221 forks source link

Updated TableCreationScript for SQL Azure #114

Closed JSkimming closed 11 years ago

JSkimming commented 11 years ago

I've just been using MiniProfiler and setting it up to store the profile results in SQL Azure. I've used the latest TableCreationScript, but it failed because SQL Azure requires all tables to have a primary clustered index.

I also answered this question on stackoverflow while producing the solution.

The change still works on tradition SQL Server, which I use in development.

dixon commented 11 years ago

Thanks, and thank you for answering that question :)