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.
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.