radtek / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

ELMAH SQL script on Azure #355

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run ELMAH creation sql script on Azure
2. Try to use LogError proc

What is the expected output? What do you see instead?
Expected is an error being added to ELMAH log table. Instead you get an error 
about clustered index

Please provide any additional information below.
I fixed this by making the ErrorId as a clustered primary key

Original issue reported on code.google.com by ghostf...@googlemail.com on 10 Mar 2014 at 9:33