Closed GoogleCodeExporter closed 8 years ago
This was addressed[1] in r131, back in 2007. Could it possible that you DB was
created with an older version of the script. The latest version of the
script[2] scheduled for release 1.2 has the primary key defined as
non-clustered, as follows:
ALTER TABLE [dbo].[ELMAH_Error] WITH NOCHECK ADD
CONSTRAINT [PK_ELMAH_Error] PRIMARY KEY NONCLUSTERED ([ErrorId]) ON [PRIMARY]
[1]
http://code.google.com/p/elmah/source/detail?r=131&path=/trunk/src/Elmah/Databas
e.sql
[2]
http://code.google.com/p/elmah/source/browse/branches/RB-1.1/src/Elmah/SQLServer
.sql?r=643#102
Original comment by azizatif
on 22 Apr 2011 at 11:01
Original issue reported on code.google.com by
pie...@gmail.com
on 21 Apr 2011 at 9:34