elmah / Elmah

Error Logging Modules & Handlers for ASP.NET
https://elmah.github.io/
Apache License 2.0
310 stars 63 forks source link

Patch for /src/Elmah.SqlServer/SQLServer.sql #386

Open atifaziz opened 9 years ago

atifaziz commented 9 years ago

Suggested improvements for SQL Server


Originally reported on Google Code with ID 386

Reported by chillpilgrim on 2015-03-09 18:28:38

kiquenet commented 6 years ago

Why use CLUSTERED for PK_ELMAH_Error] ? Better NEWSEQUENTIALID() than NEWID() ? NONCLUSTERED INDEX [IX_ELMAH_Error_App_Time_Seq] ?